Skip to content

Commit

Permalink
Bump up version to 0.0.1a4
Browse files Browse the repository at this point in the history
  • Loading branch information
billyrrr committed Sep 1, 2019
1 parent e9d9532 commit f190120
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.1a3",
version="0.0.1a4",
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.1a3"
download_url="https://github.com/billyrrr/flask-boiler/archive/v0.0.1a4"
".tar.gz",
keywords=["firebase", "firestore", "ORM", "flasgger", "flask",
"backend", "nosql"],
Expand Down

0 comments on commit f190120

Please sign in to comment.