mirror of
https://github.com/PaiGramTeam/SIMNet.git
synced 2024-11-21 13:48:20 +00:00
🔖 Bump Version to v0.1.23
This commit is contained in:
parent
84a5bde5d7
commit
a633df1e21
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "SIMNet"
|
name = "SIMNet"
|
||||||
version = "0.1.22"
|
version = "0.1.23"
|
||||||
description = "Modern API wrapper for Genshin Impact & Honkai: Star Rail built on asyncio and pydantic."
|
description = "Modern API wrapper for Genshin Impact & Honkai: Star Rail built on asyncio and pydantic."
|
||||||
authors = ["PaiGramTeam"]
|
authors = ["PaiGramTeam"]
|
||||||
license = "MIT license"
|
license = "MIT license"
|
||||||
|
@ -29,5 +29,5 @@ class Version(NamedTuple):
|
|||||||
return version
|
return version
|
||||||
|
|
||||||
|
|
||||||
__version_info__ = Version(major=0, minor=1, micro=22, release_level="beta", serial=0)
|
__version_info__ = Version(major=0, minor=1, micro=23, release_level="beta", serial=0)
|
||||||
__version__ = str(__version_info__)
|
__version__ = str(__version_info__)
|
||||||
|
Loading…
Reference in New Issue
Block a user