Skip to content

Commit fe745cf

Browse files
committed
Tagging up jac-cloud 0.1.18. Bumping jaclang requirement to 0.7.29
1 parent 860ca6c commit fe745cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jac-cloud/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
from setuptools import find_packages, setup
44

5-
VERSION = "0.1.17"
5+
VERSION = "0.1.18"
66

77
setup(
88
name="jac-cloud",
99
version=VERSION,
1010
packages=find_packages(include=["jac_cloud", "jac_cloud.*"]),
1111
install_requires=[
12-
"jaclang~=0.7.27",
12+
"jaclang==0.7.29",
1313
"fastapi~=0.111.0",
1414
"pydantic~=2.8.2",
1515
"pymongo~=4.8.0",

0 commit comments

Comments
 (0)