Skip to content

Commit

Permalink
bump version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Dec 12, 2024
1 parent 8393c50 commit 081f8e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hsds/basenode.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from .util.k8sClient import getDnLabelSelector, getPodIps
from . import hsds_logger as log

HSDS_VERSION = "0.9.1"
HSDS_VERSION = "0.9.2"


def getVersion():
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
requires-python = ">=3.8"
version = "0.9.1"
version = "0.9.2"

dependencies = [
"aiohttp == 3.9.4",
Expand Down

0 comments on commit 081f8e5

Please sign in to comment.