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 fc51d73 commit 9e76d6cCopy full SHA for 9e76d6c
project/__init__.py
@@ -1,3 +1,3 @@
1
__author__ = "Alberto Vara"
2
__email__ = "a.vara.1986@gmail.com"
3
-__version__ = "0.3.1"
+__version__ = "1.0.0"
requirements.txt
@@ -1,5 +1,4 @@
Flask-SQLAlchemy==2.3.2
SQLAlchemy==1.2.16
Flask-Script==2.0.6
4
-# py-ms==0.1.1
5
-git+https://github.com/python-microservices/pyms.git@master#egg=py-ms
+py-ms==1.0.0
0 commit comments