🔖 Bump Version to v0.1.14

This commit is contained in:
xtaodada 2023-11-04 16:40:20 +08:00
parent 07591cecd0
commit eb856c5f31
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "SIMNet"
version = "0.1.13"
version = "0.1.14"
description = "Modern API wrapper for Genshin Impact & Honkai: Star Rail built on asyncio and pydantic."
authors = ["PaiGramTeam"]
license = "MIT license"

View File

@ -29,5 +29,5 @@ class Version(NamedTuple):
return version
__version_info__ = Version(major=0, minor=1, micro=13, release_level="beta", serial=0)
__version_info__ = Version(major=0, minor=1, micro=14, release_level="beta", serial=0)
__version__ = str(__version_info__)