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',