Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bindreams committed May 5, 2024
1 parent 2485c05 commit e97f682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pip install .
or install the project directly from GitHub:
```sh
# A particular tag:
pip install https://github.com/bindreams/zint-bindings/archive/refs/tags/v1.0.0.zip
pip install https://github.com/bindreams/zint-bindings/archive/refs/tags/v1.1.0.zip

# From the top of the main branch:
pip install https://github.com/bindreams/zint-bindings/archive/refs/heads/main.zip
Expand Down
2 changes: 1 addition & 1 deletion src/zint-stubs/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -925,4 +925,4 @@ class WarningLevel(enum.Enum):
FAIL_ALL: typing.ClassVar[WarningLevel] # value = <WarningLevel.FAIL_ALL: 2>

__upstream_version__: str = "2.13.0"
__version__: str = "1.0.0"
__version__: str = "1.1.0"

0 comments on commit e97f682

Please sign in to comment.