From 476ea5b82172552275b748185dcc3756b2ae9cab Mon Sep 17 00:00:00 2001 From: Acurus Date: Wed, 6 Dec 2017 17:57:35 +0100 Subject: [PATCH] updated version numbers --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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,