diff --git a/docs/conf.py b/docs/conf.py index 43dfbc30..a7150605 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,9 +31,9 @@ author = 'Jake Urban' # The short X.Y version -version = '0.9.12' +version = '0.9.13' # The full version, including alpha/beta/rc tags -release = '0.9.12' +release = '0.9.13' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 1a5e1b1a..47e51ed3 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="django-polaris", - version="0.9.12", + version="0.9.13", description="A SEP-24-compliant Django anchor server", long_description=long_description, long_description_content_type="text/markdown",