Skip to content

Commit e1d1f70

Browse files
committed
Bump version
1 parent cfd9726 commit e1d1f70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pip install .
4141
or install the project directly from GitHub:
4242
```sh
4343
# A particular tag:
44-
pip install https://github.com/bindreams/zint-bindings/archive/refs/tags/v1.0.0.zip
44+
pip install https://github.com/bindreams/zint-bindings/archive/refs/tags/v1.1.0.zip
4545

4646
# From the top of the main branch:
4747
pip install https://github.com/bindreams/zint-bindings/archive/refs/heads/main.zip

src/zint-stubs/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,4 +925,4 @@ class WarningLevel(enum.Enum):
925925
FAIL_ALL: typing.ClassVar[WarningLevel] # value = <WarningLevel.FAIL_ALL: 2>
926926

927927
__upstream_version__: str = "2.13.0"
928-
__version__: str = "1.0.0"
928+
__version__: str = "1.1.0"

0 commit comments

Comments
 (0)