diff --git a/docs/conf.py b/docs/conf.py index ca59d3a..62412d9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,9 @@ # built documents. # # The short X.Y version. -version = '2.3.0' +version = '2.3.1' # The full version, including alpha/beta/rc tags. -release = '2.3.0' +release = '2.3.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pylsdj/__init__.py b/pylsdj/__init__.py index 21e929d..5a8da7a 100644 --- a/pylsdj/__init__.py +++ b/pylsdj/__init__.py @@ -1,5 +1,5 @@ __title__ = 'pylsdj' -__version__ = '2.3.0' +__version__ = '2.3.1' __author__ = 'Alex Rasmussen' __license__ = 'MIT' __copyright__ = 'Copyright 2015 Alex Rasmussen' diff --git a/setup.py b/setup.py index 871644d..1ebc777 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='pylsdj', - version='2.3.0', + version='2.3.1', description='A utility belt for dealing with LSDJ-related files', url='http://github.com/alexras/pylsdj', author='Alex Rasmussen',