Skip to content

Commit 70d2102

Browse files
committed
Increment version
1 parent 584bbb6 commit 70d2102

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
__author__ = "Alberto Vara"
1010
__email__ = "a.vara.1986@gmail.com"
11-
__version__ = "1.0"
11+
__version__ = "0.3"
1212

1313

1414
class MyMicroservice(Microservice):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
description="Python Miscroservice barebone",
2323
long_description=long_description,
2424
classifiers=[
25-
"Development Status :: 4 - Beta",
25+
"Development Status :: 6 - Mature",
2626
"Environment :: Console",
2727
"Intended Audience :: Developers",
2828
"Intended Audience :: System Administrators",

0 commit comments

Comments
 (0)