Skip to content

Commit

Permalink
Release 0.0.1.b1
Browse files Browse the repository at this point in the history
  • Loading branch information
billyrrr committed Jan 9, 2020
1 parent cb4f3bf commit 099bdb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.1a5",
version="0.0.1.b1",
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.1a4"
download_url="https://github.com/billyrrr/flask-boiler/archive/v0.0.1.b1"
".tar.gz",
keywords=["firebase", "firestore", "ORM", "flasgger", "flask",
"backend", "nosql"],
Expand Down

0 comments on commit 099bdb1

Please sign in to comment.