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

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ypkang committed Aug 8, 2024
1 parent c89ed30 commit 3fc365a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

from setuptools import find_packages, setup

VERSION = "0.2.0"

setup(
name="jaclang-jaseci",
version="2.0.0",
version=VERSION,
packages=find_packages(include=["jaclang_jaseci", "jaclang_jaseci.*"]),
install_requires=[
"jaclang==0.7.15",
Expand Down

0 comments on commit 3fc365a

Please sign in to comment.