diff --git a/promptpay/__init__.py b/promptpay/__init__.py index a82b376..72f26f5 100644 --- a/promptpay/__init__.py +++ b/promptpay/__init__.py @@ -1 +1 @@ -__version__ = "1.1.1" +__version__ = "1.1.2" diff --git a/setup.py b/setup.py index 49b08fb..7e3a75a 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ # This call to setup() does all the work setup( name="promptpay", - version="1.1.1", + version="1.1.2", description="Python library to generate PromptPay QR Code", long_description=README, long_description_content_type="text/markdown",