File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ pip install .
41
41
or install the project directly from GitHub:
42
42
``` sh
43
43
# 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
45
45
46
46
# From the top of the main branch:
47
47
pip install https://github.com/bindreams/zint-bindings/archive/refs/heads/main.zip
Original file line number Diff line number Diff line change @@ -925,4 +925,4 @@ class WarningLevel(enum.Enum):
925
925
FAIL_ALL : typing .ClassVar [WarningLevel ] # value = <WarningLevel.FAIL_ALL: 2>
926
926
927
927
__upstream_version__ : str = "2.13.0"
928
- __version__ : str = "1.0 .0"
928
+ __version__ : str = "1.1 .0"
You can’t perform that action at this time.
0 commit comments