We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce8875 commit f8643daCopy full SHA for f8643da
setup.py
@@ -25,7 +25,7 @@ def check_tag_version():
25
check_tag_version()
26
27
setup(
28
- name="pyscript",
+ name="pyscript-cli",
29
version=read_version(),
30
description="Command Line Interface for PyScript",
31
package_dir={"": "src"},
src/pyscript/version
@@ -1 +1 @@
1
-0.3.3
+0.3.4
0 commit comments