diff --git a/doc/conf.py b/doc/conf.py index b0dc5e21..825c8263 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,9 +49,9 @@ # built documents. # # The short X.Y version. -version = '0.2.2' +version = '0.2.3' # The full version, including alpha/beta/rc tags. -release = '0.2.2' +release = '0.2.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 6d75c560..c22c5e94 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -version = '0.2.2' +version = '0.2.3' install_requires = [ 'SQLAlchemy>=0.8'