Skip to content

Commit

Permalink
Update version to 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 authored May 8, 2024
1 parent 3d61241 commit 80afd8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ def __getattr__(cls, name):
author = 'The VOLTTRON Community'

# The short X.Y version
version = '9.0'
version = '9.0.1'
# The full version, including alpha/beta/rc tags
release = '9.0'
release = '9.0.1'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion volttron/platform/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from urllib.parse import urlparse

from ..utils.frozendict import FrozenDict
__version__ = '9.0rc0'
__version__ = '9.0.1'

_log = logging.getLogger(__name__)

Expand Down

0 comments on commit 80afd8a

Please sign in to comment.