diff --git a/customhys/__init__.py b/customhys/__init__.py index 5fecda3..acf8b0e 100644 --- a/customhys/__init__.py +++ b/customhys/__init__.py @@ -1,4 +1,4 @@ __all__ = ['benchmark_func', 'experiment', 'hyperheuristic', 'metaheuristic', 'operators', 'population', 'tools', 'visualisation'] # Under revision: 'characterisation', 'visualisation' -__version__ = "1.1.5" +__version__ = "1.1.6" diff --git a/setup.py b/setup.py index d488393..b154301 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name='customhys', - version='1.1.5', + version='1.1.6', packages=setuptools.find_packages(), url='https://github.com/jcrvz/customhys', license='MIT License',