diff --git a/todo/__init__.py b/todo/__init__.py index 89ef612..5bf6b50 100644 --- a/todo/__init__.py +++ b/todo/__init__.py @@ -1,5 +1,5 @@ """django todo""" -__version__ = '1.4' +__version__ = '1.5.dev' __author__ = 'Scot Hacker' __email__ = 'shacker@birdhouse.org'