Skip to content

Commit 709abb3

Browse files
committed
🔖 Release v0.1.1
1 parent ff7e75a commit 709abb3

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 = "Python-Genshin-Artifact"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A Python library that binds to Genshin Artifact damage calculation and analysis engine."
55
authors = ["luoshuijs"]
66
license = "MIT license"

python_genshin_artifact_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "genshin_artifact_core"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)