Skip to content

Commit

Permalink
Release 0.0.1.b3
Browse files Browse the repository at this point in the history
  • Loading branch information
billyrrr committed Mar 13, 2020
1 parent e7cf061 commit 9f24eba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
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',

Expand Down

0 comments on commit 9f24eba

Please sign in to comment.