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