From 174f62397a304b088ea9744a123f65efcab05fd8 Mon Sep 17 00:00:00 2001 From: bra-fsn Date: Mon, 6 Jun 2022 16:50:35 +0200 Subject: [PATCH] Missed bump --- 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 2d1ec61..528056a 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.10" +__version__ = "0.0.11" diff --git a/setup.cfg b/setup.cfg index 38a4199..3ed9f79 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.10 +current_version = 0.0.11 commit = True tag = True diff --git a/setup.py b/setup.py index 4656dd2..0be1c31 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.9', + version='0.0.11', zip_safe=False, )