diff --git a/docs/conf.py b/docs/conf.py index 3b3f704..8a2d6ff 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,9 +63,9 @@ # built documents. # # The short X.Y version. -version = '0.2.3' +version = '0.2.4' # The full version, including alpha/beta/rc tags. -release = '0.2.3' +release = '0.2.4' # 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 8f10057..53000cc 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name='pnvdb', - version='0.2.3', + version='0.2.4', description='A python wrapper for the NVDB REST API', long_description=long_description,