Skip to content

Commit aeae4dd

Browse files
committed
Release v1.1.0
1 parent 16a3593 commit aeae4dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- run: python tools/overwrite_dev_versions_with_date.py
6262
- run: python -m pip install pybind11~=2.11.1 cibuildwheel~=2.16.2 setuptools
6363
- run: python -m cibuildwheel --print-build-identifiers
64-
- run: python -m cibuildwheel --output-dir output/chromobius
64+
- run: python -m cibuildwheel --output-dir dist
6565
- uses: actions/[email protected]
6666
with:
6767
name: "dist-chromobius-${{ matrix.os_dist.os }}-${{ matrix.os_dist.dist }}-${{ matrix.os_dist.macosarch }}"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def build_extension(self, ext):
7171
], cwd=build_temp, env=build_env)
7272

7373

74-
__version__ = '1.1.dev0'
74+
__version__ = '1.1.0'
7575

7676
with open("README.md", "r", encoding="utf-8") as f:
7777
long_description = f.read()

0 commit comments

Comments
 (0)