diff --git a/sdcpy/__init__.py b/sdcpy/__init__.py index 6aa076c..6437062 100644 --- a/sdcpy/__init__.py +++ b/sdcpy/__init__.py @@ -4,4 +4,4 @@ __author__ = """Alejandro Fontal""" __email__ = 'alejandrofontal92@gmail.com' -__version__ = '0.2.1' +__version__ = '0.2.2' diff --git a/setup.cfg b/setup.cfg index 56e9ed1..c19dd01 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.2.2 commit = True tag = True diff --git a/setup.py b/setup.py index 519dbe9..f36c49d 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/AlFontal/sdcpy', - version='0.2.1', + version='0.2.2', zip_safe=False, )