Skip to content

Commit ecedee6

Browse files
authored
Merge pull request #154 from spicecodecli/testing-pypi-workflow
Testing pypi workflow
2 parents 88feaf7 + e139662 commit ecedee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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="2.1.0", # 2.0.0 = N2
9+
version="2.1.0", # version 2.0.0 = all features from N2
1010
packages=find_packages(exclude=["spicecode-venv", "spicecode.egg-info"]),
1111
install_requires=install_requires,
1212
entry_points={

0 commit comments

Comments
 (0)