diff --git a/docs/conf.py b/docs/conf.py index 9d6e065..88d6199 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = "0.3.9" +version = "0.3.13" # The full version, including alpha/beta/rc tags. -release = "0.3.9" +release = "0.3.13" # 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 e6f0e1c..d760a2b 100644 --- a/metsrw/__init__.py +++ b/metsrw/__init__.py @@ -43,7 +43,7 @@ LOGGER = logging.getLogger(__name__) LOGGER.addHandler(logging.NullHandler()) -__version__ = "0.3.12" +__version__ = "0.3.13" __all__ = [ "Agent",