Skip to content

Commit a633df1

Browse files
committed
🔖 Bump Version to v0.1.23
1 parent 84a5bde commit a633df1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "SIMNet"
3-
version = "0.1.22"
3+
version = "0.1.23"
44
description = "Modern API wrapper for Genshin Impact & Honkai: Star Rail built on asyncio and pydantic."
55
authors = ["PaiGramTeam"]
66
license = "MIT license"

simnet/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ def __str__(self) -> str:
2929
return version
3030

3131

32-
__version_info__ = Version(major=0, minor=1, micro=22, release_level="beta", serial=0)
32+
__version_info__ = Version(major=0, minor=1, micro=23, release_level="beta", serial=0)
3333
__version__ = str(__version_info__)

0 commit comments

Comments
 (0)