Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e7c50a1

Browse files
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‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__email__ = "a.vara.1986@gmail.com"
44

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

‎pyproject.toml‎

Lines changed: 9 additions & 3 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /