🔖 Bump Version to v0.1.17

This commit is contained in:
omg-xtao 2023-12-01 03:12:53 +00:00 committed by GitHub
parent 0beb7e6880
commit a187789dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "SIMNet"
version = "0.1.16"
version = "0.1.17"
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=16, release_level="beta", serial=0)
__version_info__ = Version(major=0, minor=1, micro=17, release_level="beta", serial=0)
__version__ = str(__version_info__)