Skip to content

Commit

Permalink
🔖 Bump Version to v0.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Jun 19, 2024
1 parent 336405f commit 13a0d8a
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "SIMNet"
version = "0.1.21"
version = "0.1.22"
description = "Modern API wrapper for Genshin Impact & Honkai: Star Rail built on asyncio and pydantic."
authors = ["PaiGramTeam"]
license = "MIT license"
Expand Down
2 changes: 1 addition & 1 deletion simnet/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ def __str__(self) -> str:
return version


__version_info__ = Version(major=0, minor=1, micro=21, release_level="beta", serial=0)
__version_info__ = Version(major=0, minor=1, micro=22, release_level="beta", serial=0)
__version__ = str(__version_info__)

0 comments on commit 13a0d8a

Please sign in to comment.