Skip to content

Commit

Permalink
Prepare new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jokey2k committed Sep 3, 2023
1 parent b5385a4 commit cb276d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyzusi3"
version = "2.0.0"
version = "3.0.0"
description = "Zusi3 TCP Client library with async support and no deps"
readme = "README.md"
requires-python = ">=3.10.7" # 3.10.6 contains a bug in asyncio we hit here occasionally
Expand Down
2 changes: 1 addition & 1 deletion pyzusi3/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.0"
__version__ = "3.0.0"

0 comments on commit cb276d8

Please sign in to comment.