Skip to content

Commit

Permalink
Release 0.0.1.b2
Browse files Browse the repository at this point in the history
  • Loading branch information
billyrrr committed Mar 11, 2020
1 parent 732dea3 commit 0d8a9e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Some reasons that you may want to use this framework:
- You are open to trying something new and contributing to a framework
- You want to develop a new reactive service to your existing flask app

This framework is at ***development stage***.
API is not guaranteed and ***will*** change often.
This framework is at ***beta testing stage***.
API is not guaranteed and ***may*** change.

Documentations: [readthedocs](https://flask-boiler.readthedocs.io/)

Expand Down
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
setuptools.setup(
name="flask_boiler",
# Alpha release
version="0.0.1.b1",
version="0.0.1.b2",
author="Bill Rao",
author_email="[email protected]",
description="Build flask project with Firebase ",
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.b1"
download_url="https://github.com/billyrrr/flask-boiler/archive/v0.0.1.b2"
".tar.gz",
keywords=["firebase", "firestore", "ORM", "flasgger", "flask",
"backend", "nosql"],
Expand Down Expand Up @@ -42,6 +42,8 @@
"apispec>=2.0.2",
"flasgger",
"dictdiffer",
"celery"
"celery",
"flask-socketio",
"iso8601"
],
)

0 comments on commit 0d8a9e1

Please sign in to comment.