Skip to content

Commit 07a9677

Browse files
committed
bump version
1 parent e6310a7 commit 07a9677

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyjs_code_runner/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0"
1+
__version__ = "1.1.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
name="pyjs_code_runner",
3535
packages=find_packages(),
3636
url="https://github.com/emscripten-forge/pyjs_code_runner",
37-
version="1.0.0",
37+
version="1.1.0",
3838
zip_safe=False,
3939
)

0 commit comments

Comments
 (0)