We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3bc96c commit e7c50a1Copy full SHA for e7c50a1
pyms/__init__.py
@@ -2,4 +2,4 @@
2
3
__email__ = "[email protected]"
4
5
-__version__ = "2.8.0"
+__version__ = "2.9.0rc1"
pyproject.toml
@@ -2,9 +2,15 @@
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
+[tool.setuptools.packages.find]
6
+where = ["pyms/"]
7
+
8
[tool.poetry]
-name = "pyms"
-version = "2.8.1"
9
+name = "py-ms"
10
+packages = [
11
+ {include = "pyms"}
12
+]
13
+version = "2.9.0rc1"
14
description = "Library of utils to create REST Python Microservices"
15
readme = "README.md"
16
homepage = "https://python-microservices.github.io/"
@@ -127,4 +133,4 @@ exclude = '''
127
133
| build
128
134
| dist
129
135
)/
130
-'''
136
+'''
0 commit comments