diff --git a/cae/utils.py b/cae/utils.py index 84af1c2..9ad3f00 100644 --- a/cae/utils.py +++ b/cae/utils.py @@ -2,7 +2,7 @@ from collections import namedtuple import logging -__version__ = "1.1" +__version__ = "1.1.1" # Point type Point = namedtuple("Point", ('x', 'y')) diff --git a/setup.py b/setup.py index 9cc622c..3d1a08c 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def main(): setup( name='cellular-automata-manager', zip_safe=False, - version="1.1", + version="1.1.1", author="Tracolli Mirco", author_email='mirco.theone@gmail.com', description='Open source environment for cellular automata.',