Skip to content

Commit 2484c5c

Browse files
committed
change version
1 parent 4937747 commit 2484c5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pyodide.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
# Activate the virtual environment
5353
source .venv-pyodide/bin/activate
5454
55-
pip install "setuptools>=70.0.0" PyYAML click packaging pytest
56-
python -m pip install --no-build-isolation -e .
55+
python -m pip install "setuptools>=70.0.0" PyYAML click packaging pytest
56+
python -m pip install -e .
5757
- name: Test stopit
5858
run: |
5959
python -c "import sys; print(sys.path); import your_package_name"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import os
1212
from setuptools import setup, find_packages
1313

14-
version = '1.1.2'
14+
version = '1.2dev0'
1515

1616
this_directory = os.path.abspath(os.path.dirname(__file__))
1717

0 commit comments

Comments
 (0)