diff --git a/octis/__init__.py b/octis/__init__.py index cb1326e4..267e4d95 100644 --- a/octis/__init__.py +++ b/octis/__init__.py @@ -9,4 +9,4 @@ __author__ = """Silvia Terragni""" __email__ = 's.terragni4@campus.unimib.it' -__version__ = '1.11.1' +__version__ = '1.12.0' diff --git a/setup.cfg b/setup.cfg index 87483a93..c596fe05 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.11.1 +current_version = 1.12.0 commit = True tag = True diff --git a/setup.py b/setup.py index 97bc2648..cca4df24 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/MIND-LAB/OCTIS', - version='1.11.1', + version='1.12.0', zip_safe=False, )