Skip to content

Commit 7302023

Browse files
author
Bradley Munday
committed
Preparing for release to PyPi
1 parent 215508a commit 7302023

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modzy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
from .client import ApiClient # noqa
77
from .edge.client import EdgeClient
8-
__version__ = '0.7.1'
8+
__version__ = '0.8.0'
99

1010
logging.getLogger(__name__).addHandler(logging.NullHandler())

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
# removed in 0.7.1 test_suite='tests',
4141
# removed in 0.7.1 tests_require=test_requirements,
4242
url='https://github.com/modzy/sdk-python',
43-
version='0.7.2',
43+
version='0.8.0',
4444
zip_safe=False,
4545
)

0 commit comments

Comments
 (0)