Skip to content

Commit

Permalink
version, bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoee committed Jul 17, 2020
1 parent 15c180d commit 3d3a4d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion promptpay/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.2"
__version__ = "1.0.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# This call to setup() does all the work
setup(
name="promptpay",
version="0.0.2",
version="1.0.0",
description="Python library to generate PromptPay QR Code",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 3d3a4d6

Please sign in to comment.