diff --git a/analytical/__init__.py b/analytical/__init__.py index 3faa945..bc7edfe 100644 --- a/analytical/__init__.py +++ b/analytical/__init__.py @@ -10,6 +10,6 @@ Django_ project. See the ``docs`` directory for more information. __author__ = "Joost Cassee" __email__ = "joost@cassee.net" -__version__ = "0.17.0" +__version__ = "0.17.1" __copyright__ = "Copyright (C) 2011-2012 Joost Cassee and others" __license__ = "MIT License"