From a20f30ac1dfd7e492471b04e3563663be23fbd27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Garc=C3=ADa=20Crespo?= Date: Mon, 24 Dec 2018 08:05:48 -0800 Subject: [PATCH] Bump version to 0.2.4 --- docs/conf.py | 4 ++-- metsrw/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7497096..62ed925 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,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/metsrw/__init__.py b/metsrw/__init__.py index cb5ff77..7b3e56e 100644 --- a/metsrw/__init__.py +++ b/metsrw/__init__.py @@ -43,7 +43,7 @@ LOGGER = logging.getLogger(__name__) LOGGER.addHandler(logging.NullHandler()) -__version__ = '0.2.3' +__version__ = '0.2.4' __all__ = [ 'AMDSec',