diff --git a/Cargo.toml b/Cargo.toml index 1ea5037..7b6cf29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "python_genshin_artifact" -version = "1.0.2" +version = "1.0.3" edition = "2021" license = "MIT" include = [ diff --git a/pyproject.toml b/pyproject.toml index 19dc32f..a8f1701 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "python_genshin_artifact" requires-python = ">=3.8" -version = "1.0.2" +version = "1.0.3" authors = [ {name = "luoshuijs", email = "luoshuijs@outlook.com"}, {name = "kotori", email = "minamiktr@outlook.com"}