Skip to content

Commit 36aa28c

Browse files
committed
bump homlesgpt to 0.12.4
1 parent 0f0fbd4 commit 36aa28c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/aks-preview/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from setuptools import find_packages, setup
1111

12-
VERSION = "18.0.0b26"
12+
VERSION = "18.0.0b27"
1313

1414
CLASSIFIERS = [
1515
"Development Status :: 4 - Beta",
@@ -24,7 +24,7 @@
2424
]
2525

2626
DEPENDENCIES = [
27-
"holmesgpt==0.12.4; python_version >= '3.10'",
27+
"holmesgpt==0.12.5; python_version >= '3.10'",
2828
]
2929

3030
with open1("README.rst", "r", encoding="utf-8") as f:

0 commit comments

Comments
 (0)