diff --git a/lazy_db/__init__.py b/lazy_db/__init__.py index 1aa4c46..a4097ae 100644 --- a/lazy_db/__init__.py +++ b/lazy_db/__init__.py @@ -3,4 +3,4 @@ __author__ = """Themi Megas""" __email__ = 'tcm4760@gmail.com' -__version__ = '0.1.0' +__version__ = '0.1.1' diff --git a/setup.cfg b/setup.cfg index 69cb33e..fd0145f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = True tag = True diff --git a/setup.py b/setup.py index 5053e26..2fc03a3 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/Themis3000/lazy_db', - version='0.1.0', + version='0.1.1', zip_safe=False, )