From d31a27781b87f55046894e7dc61496915940c0f4 Mon Sep 17 00:00:00 2001 From: Ross Spencer Date: Thu, 13 Jun 2019 20:41:04 +0200 Subject: [PATCH] Increment version --- 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 baac2b3..9d6e065 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = "0.3.8" +version = "0.3.9" # The full version, including alpha/beta/rc tags. -release = "0.3.8" +release = "0.3.9" # 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 920c006..35ba950 100644 --- a/metsrw/__init__.py +++ b/metsrw/__init__.py @@ -43,7 +43,7 @@ LOGGER = logging.getLogger(__name__) LOGGER.addHandler(logging.NullHandler()) -__version__ = "0.3.8" +__version__ = "0.3.9" __all__ = [ "Agent",