We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0627af3 commit 41fd00bCopy full SHA for 41fd00b
invoicexpress_api/__init__.py
@@ -4,7 +4,7 @@
4
5
__author__ = """Mario Falcao"""
6
__email__ = 'mario@bitsiders.com'
7
-__version__ = '0.1.0'
+__version__ = '0.1.1'
8
9
from .core import Client
10
from . import clients
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.0
+current_version = 0.1.1
3
commit = True
tag = True
setup.py
@@ -35,6 +35,6 @@
35
test_suite='tests',
36
tests_require=test_requirements,
37
url='https://github.com/bitmario/invoicexpress-api-python',
38
- version='0.1.0',
+ version='0.1.1',
39
zip_safe=False,
40
)
0 commit comments