Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
MircoT committed Mar 21, 2016
1 parent 9dc0fcb commit ccd84a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cae/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from collections import namedtuple
import logging

__version__ = "1.1"
__version__ = "1.1.1"

# Point type
Point = namedtuple("Point", ('x', 'y'))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
description='Open source environment for cellular automata.',
Expand Down

0 comments on commit ccd84a9

Please sign in to comment.