We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584bbb6 commit 70d2102Copy full SHA for 70d2102
project/__init__.py
@@ -8,7 +8,7 @@
8
9
__author__ = "Alberto Vara"
10
__email__ = "a.vara.1986@gmail.com"
11
-__version__ = "1.0"
+__version__ = "0.3"
12
13
14
class MyMicroservice(Microservice):
setup.py
@@ -22,7 +22,7 @@
22
description="Python Miscroservice barebone",
23
long_description=long_description,
24
classifiers=[
25
- "Development Status :: 4 - Beta",
+ "Development Status :: 6 - Mature",
26
"Environment :: Console",
27
"Intended Audience :: Developers",
28
"Intended Audience :: System Administrators",
0 commit comments