Skip to content

Commit

Permalink
update version_id: 2019.04.04.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Huong-nt committed Apr 4, 2019
1 parent 2286c8f commit 17444d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def parse_requirements(filename):
lineiter = (line.strip() for line in open(filename))
return [line for line in lineiter if line and not line.startswith("#")]

_VERSION_ = '0.2.0'
_VERSION_ = '2019.04.04.0'
setup(
name='Flask-Rak',
version=_VERSION_,
Expand Down

0 comments on commit 17444d3

Please sign in to comment.