diff --git a/README.md b/README.md index 876e949..cf93eb1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Flask-boiler manages your application state with Firestore. You can create view models that aggregates underlying data sources and store them immediately and permanently in Firestore. As a result, your front end development will be as easy as -using Firestore. +using Firestore. Flask-boiler is comparable to Spring Web Reactive. Demo: diff --git a/setup.py b/setup.py index a9eb19f..62e436e 100644 --- a/setup.py +++ b/setup.py @@ -5,21 +5,21 @@ setuptools.setup( name="flask_boiler", - # Alpha release - version="0.0.1.b2", + # Beta release + version="0.0.1.b3", author="Bill Rao", author_email="billrao@me.com", - description="Build flask project with Firebase ", + description="Build reactive back end with ease ", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/billyrrr/flask-boiler", - download_url="https://github.com/billyrrr/flask-boiler/archive/v0.0.1.b2" + download_url="https://github.com/billyrrr/flask-boiler/archive/v0.0.1.b3" ".tar.gz", keywords=["firebase", "firestore", "ORM", "flasgger", "flask", - "backend", "nosql"], + "backend", "nosql", "reactive"], packages=setuptools.find_packages(), classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers',