diff --git a/docs/conf.py b/docs/conf.py index 8ad99ec..5993962 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '0.3.1' +version = '0.3.2' # The full version, including alpha/beta/rc tags. -release = '0.3.1' +release = '0.3.2' # 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 60466ef..b8c9cbf 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='pyepsg', - version='0.3.1', + version='0.3.2', url='https://github.com/rhattersley/pyepsg', author='Richard Hattersley', author_email='rhattersley@gmail.com',