Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit 3fc365a

Browse files
committed
Update setup.py
1 parent c89ed30 commit 3fc365a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
from setuptools import find_packages, setup
44

5+
VERSION = "0.2.0"
6+
57
setup(
68
name="jaclang-jaseci",
7-
version="2.0.0",
9+
version=VERSION,
810
packages=find_packages(include=["jaclang_jaseci", "jaclang_jaseci.*"]),
911
install_requires=[
1012
"jaclang==0.7.15",

0 commit comments

Comments
 (0)