From 1ba305260cb293a892760a61c685b18be9649f39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Dukai?= Date: Fri, 9 Oct 2020 21:18:33 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.1=20=E2=86=92=200.8.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cjio_dbexport/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cjio_dbexport/__init__.py b/cjio_dbexport/__init__.py index e8d7c82..33c90a9 100644 --- a/cjio_dbexport/__init__.py +++ b/cjio_dbexport/__init__.py @@ -2,4 +2,4 @@ __author__ = """Balázs Dukai""" __email__ = 'b.dukai@tudelft.nl' -__version__ = '0.8.1' +__version__ = '0.8.2' diff --git a/setup.cfg b/setup.cfg index 76dc135..c0b4691 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.1 +current_version = 0.8.2 commit = True tag = True diff --git a/setup.py b/setup.py index 54bcece..c7d5e5a 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,6 @@ test_suite='tests', tests_require=test_requirements, url='/~https://github.com/balazsdukai/cjio_dbexport', - version='0.8.1', + version='0.8.2', zip_safe=False, )