Skip to content

Commit e7c50a1

Browse files
committed
bump version 2.9.0rc1
1 parent e3bc96c commit e7c50a1

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

pyms/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__email__ = "[email protected]"
44

5-
__version__ = "2.8.0"
5+
__version__ = "2.9.0rc1"

pyproject.toml

+9-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22
requires = ["poetry-core>=1.0.0"]
33
build-backend = "poetry.core.masonry.api"
44

5+
[tool.setuptools.packages.find]
6+
where = ["pyms/"]
7+
58
[tool.poetry]
6-
name = "pyms"
7-
version = "2.8.1"
9+
name = "py-ms"
10+
packages = [
11+
{include = "pyms"}
12+
]
13+
version = "2.9.0rc1"
814
description = "Library of utils to create REST Python Microservices"
915
readme = "README.md"
1016
homepage = "https://python-microservices.github.io/"
@@ -127,4 +133,4 @@ exclude = '''
127133
| build
128134
| dist
129135
)/
130-
'''
136+
'''

0 commit comments

Comments
 (0)