Skip to content

Commit 41fd00b

Browse files
committed
Bum version to 0.1.1
1 parent 0627af3 commit 41fd00b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

invoicexpress_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = """Mario Falcao"""
66
__email__ = 'mario@bitsiders.com'
7-
__version__ = '0.1.0'
7+
__version__ = '0.1.1'
88

99
from .core import Client
1010
from . import clients

setup.cfg

Lines changed: 1 addition & 1 deletion
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
test_suite='tests',
3636
tests_require=test_requirements,
3737
url='https://github.com/bitmario/invoicexpress-api-python',
38-
version='0.1.0',
38+
version='0.1.1',
3939
zip_safe=False,
4040
)

0 commit comments

Comments
 (0)