From e0d095eb44ea13f02d52453f7b6795b724d70361 Mon Sep 17 00:00:00 2001 From: Gadget Mobile Date: Mon, 30 Mar 2020 02:30:21 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.0=20=E2=86=92=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blebox_uniapi/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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, )