Skip to content

Commit

Permalink
v0.150.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshix-1 committed Jun 29, 2024
1 parent ecd1362 commit 07a92b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ jobs:
with:
name: build
- name: Install Twine
run: pip install "twine==4.*"
run: pip install twine
- name: Run Twine
run: |
twine check --strict *.tar.gz *.whl
Expand Down
2 changes: 1 addition & 1 deletion typed_stream/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__all__ = ("VERSION", "version_info")

VERSION = "0.141.0"
VERSION = "0.150.0"

version_info: tuple[int, int, int] = typing.cast(
tuple[int, int, int], tuple(map(int, VERSION.split(".")))
Expand Down

0 comments on commit 07a92b3

Please sign in to comment.