🔖 Bump Version to v0.1.18

This commit is contained in:
洛水居室 2023-12-27 17:33:38 +08:00
parent 9dd8b98f7c
commit 77834cf750
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "SIMNet" name = "SIMNet"
version = "0.1.17" version = "0.1.18"
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"

View File

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