From ffe514e151a7bf95d8a7002313e26d531c0b4d84 Mon Sep 17 00:00:00 2001 From: bra-fsn Date: Wed, 23 Feb 2022 17:27:31 +0100 Subject: [PATCH] 0.0.6 --- pandag/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pandag/__init__.py b/pandag/__init__.py index d951f96..b118583 100644 --- a/pandag/__init__.py +++ b/pandag/__init__.py @@ -5,4 +5,4 @@ __all__ = ['Pandag'] __author__ = """NAGY, Attila""" __email__ = 'nagy.attila@gmail.com' -__version__ = '0.0.5' +__version__ = '0.0.6' diff --git a/setup.cfg b/setup.cfg index b57ff6a..a632856 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.3 +current_version = 0.0.6 commit = True tag = True diff --git a/setup.py b/setup.py index 217d19f..f2fce0c 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/Mikata-Project/pandag', - version='0.0.5', + version='0.0.6', zip_safe=False, )