diff --git a/blebox_uniapi/__init__.py b/blebox_uniapi/__init__.py index deab401..f46998b 100644 --- a/blebox_uniapi/__init__.py +++ b/blebox_uniapi/__init__.py @@ -2,4 +2,4 @@ __author__ = """Gadget Mobile""" __email__ = "the_gadget_mobile@yahoo.com" -__version__ = '1.2.0' +__version__ = '1.3.0' diff --git a/setup.cfg b/setup.cfg index 6376ea3..64fa82f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0 +current_version = 1.3.0 commit = True tag = True diff --git a/setup.py b/setup.py index eaa4bef..9138916 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/gadgetmobile/blebox_uniapi', - version='1.2.0', + version='1.3.0', zip_safe=False, )