diff --git a/VERSION b/VERSION index a918a2a..faef31a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 +0.7.0 diff --git a/django_object_actions/__init__.py b/django_object_actions/__init__.py index 60bdb84..06ced6f 100644 --- a/django_object_actions/__init__.py +++ b/django_object_actions/__init__.py @@ -1,5 +1,5 @@ """A Django app for adding object tools for models in the admin.""" -__version__ = '0.6.0' +__version__ = '0.7.0' # kind of like __all__, make these available for public diff --git a/setup.py b/setup.py index 13587e2..5c047dc 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='django-object-actions', - version='0.6.0', + version='0.7.0', author='Chris Chang', author_email='c@crccheck.com', url='https://github.com/crccheck/django-object-actions',