diff --git a/todo/__init__.py b/todo/__init__.py index debe07b..e80dd84 100644 --- a/todo/__init__.py +++ b/todo/__init__.py @@ -1,7 +1,7 @@ """ A multi-user, multi-group task management and assignment system for Django. """ -__version__ = '1.6' +__version__ = '1.6.1' __author__ = 'Scot Hacker' __email__ = 'shacker@birdhouse.org'