Skip to content

Commit e8e48e8

Browse files
committed
fix: update version
1 parent bc83d4d commit e8e48e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.1
33
commit = True
44
tag = True
55

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "napas-qr-python"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
homepage = "https://github.com/shinxz12/napas-qr-python"
66
description = "VietQR for python."
77
authors = ["shinxz12 <ngocbthe@gmail.com>"]

qr_pay/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """shinxz12"""
44
__email__ = 'ngocbthe@gmail.com'
5-
__version__ = '0.1.0'
5+
__version__ = '0.1.1'
66

77

88
from .qr_pay import QRPay

0 commit comments

Comments
 (0)