From d913592ef0ce2159b24e7629da5177087c1c6521 Mon Sep 17 00:00:00 2001 From: chung sarit Date: Tue, 4 Apr 2023 00:40:06 +0900 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.1=20=E2=86=92=200.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- camgeos/__init__.py | 2 +- setup.cfg | 4 +--- setup.py | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/camgeos/__init__.py b/camgeos/__init__.py index e061b7d..e3de5d0 100644 --- a/camgeos/__init__.py +++ b/camgeos/__init__.py @@ -2,4 +2,4 @@ __author__ = """Chung Sarit""" __email__ = 'sarithchung168@gmail.com' -__version__ = '0.0.1' +__version__ = '0.0.2' diff --git a/setup.cfg b/setup.cfg index f7be901..7edbf01 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.0.2 commit = True tag = True @@ -18,5 +18,3 @@ universal = 1 exclude = docs [aliases] -# Define setup.py command aliases here - diff --git a/setup.py b/setup.py index b2fadfe..c5b46e6 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/chungsarit/camgeos', - version='0.0.1', + version='0.0.2', zip_safe=False, )