Skip to content

Commit ad8a154

Browse files
committed
Tagging up jaclang and jac-cloud
1 parent 342ea98 commit ad8a154

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.12"
5+
VERSION = "0.1.13"
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.26",
12+
"jaclang~=0.7.27",
1313
"fastapi~=0.111.0",
1414
"pydantic~=2.8.2",
1515
"pymongo~=4.8.0",

jac/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jaclang"
3-
version = "0.7.26"
3+
version = "0.7.27"
44
description = "Jac is a unique and powerful programming language that runs on top of Python, offering an unprecedented level of intelligence and intuitive understanding."
55
authors = ["Jason Mars <jason@jaseci.org>"]
66
maintainers = ["Jason Mars <jason@jaseci.org>"]

0 commit comments

Comments
 (0)