diff --git a/docs/source/conf.py b/docs/source/conf.py index 10c31ff659..91ebf436cf 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -90,9 +90,9 @@ def __getattr__(cls, name): author = 'The VOLTTRON Community' # The short X.Y version -version = '9.0.1' +version = '9.0.3' # The full version, including alpha/beta/rc tags -release = '9.0.1' +release = '9.0.3' # -- General configuration --------------------------------------------------- diff --git a/volttron/platform/__init__.py b/volttron/platform/__init__.py index 5a7525b81e..b7b950618c 100644 --- a/volttron/platform/__init__.py +++ b/volttron/platform/__init__.py @@ -35,7 +35,7 @@ from urllib.parse import urlparse from ..utils.frozendict import FrozenDict -__version__ = '9.0.1' +__version__ = '9.0.3' _log = logging.getLogger(__name__)