Fix issue where both route and boulder were required on attempts/todos in admin interface
[tickle] / setup.py
index b4d47a2..f1ffd01 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 import pathlib
 from setuptools import setup, find_packages
 HERE = pathlib.Path(__file__).parent
-VERSION = '0.0.9'
+VERSION = '0.0.10.pre-alpha'
 PACKAGE_NAME = 'django_predrill_tickle'
 AUTHOR = 'David Kerkeslager'
 AUTHOR_EMAIL = 'david@kerkeslager.com'