Skip to content

Commit

Permalink
version, bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoee committed Jul 17, 2020
1 parent 6f53a44 commit 7870fc4
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__ = "1.1.0"
__version__ = "1.1.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# This call to setup() does all the work
setup(
name="promptpay",
version="1.1.0",
version="1.1.1",
description="Python library to generate PromptPay QR Code",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 7870fc4

Please sign in to comment.