Skip to content

Commit c82dcc9

Browse files
authored
Merge pull request #150 from spicecodecli/n2-build-pip
build spicecode version 2.0 (N2) and upload to pypi (pip)
2 parents ce5ed84 + 2e5f998 commit c82dcc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="spicecode",
9-
version="0.3.8",
9+
version="2.0.0", # 2.0.0 = N2
1010
packages=find_packages(exclude=["spicecode-venv", "spicecode.egg-info"]),
1111
install_requires=install_requires,
1212
entry_points={

0 commit comments

Comments
 (0)