We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc83d4d commit e8e48e8Copy full SHA for e8e48e8
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.0
+current_version = 0.1.1
3
commit = True
4
tag = True
5
pyproject.toml
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "napas-qr-python"
-version = "0.1.0"
+version = "0.1.1"
homepage = "https://github.com/shinxz12/napas-qr-python"
6
description = "VietQR for python."
7
authors = ["shinxz12 <ngocbthe@gmail.com>"]
qr_pay/__init__.py
@@ -2,7 +2,7 @@
__author__ = """shinxz12"""
__email__ = 'ngocbthe@gmail.com'
-__version__ = '0.1.0'
+__version__ = '0.1.1'
8
from .qr_pay import QRPay
0 commit comments