Skip to content

Commit f8643da

Browse files
update name (#156)
* update name * update version
1 parent 5ce8875 commit f8643da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def check_tag_version():
2525
check_tag_version()
2626

2727
setup(
28-
name="pyscript",
28+
name="pyscript-cli",
2929
version=read_version(),
3030
description="Command Line Interface for PyScript",
3131
package_dir={"": "src"},

src/pyscript/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.3
1+
0.3.4

0 commit comments

Comments
 (0)