diff --git a/docs/conf.py b/docs/conf.py index b860785..c59ec05 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,9 +45,9 @@ copyright = u'2010, Alex Gaynor' # built documents. # # The short X.Y version. -version = '0.9.2' +version = '0.9.3' # The full version, including alpha/beta/rc tags. -release = '0.9.2' +release = '0.9.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/taggit/__init__.py b/taggit/__init__.py index 3a055a1..49d36f5 100644 --- a/taggit/__init__.py +++ b/taggit/__init__.py @@ -1 +1 @@ -VERSION = (0, 9, 2) +VERSION = (0, 9, 3)