From a3adf30306d6163e3b89230fe8ff2279be49465e Mon Sep 17 00:00:00 2001 From: omg-xtao <100690902+omg-xtao@users.noreply.github.com> Date: Mon, 23 Oct 2023 03:01:50 +0000 Subject: [PATCH] :bookmark: Release v0.1.2 --- pyproject.toml | 2 +- python_genshin_artifact_core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 96aa844..d24bc25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Python-Genshin-Artifact" -version = "0.1.1" +version = "0.1.2" description = "A Python library that binds to Genshin Artifact damage calculation and analysis engine." authors = ["luoshuijs"] license = "MIT license" diff --git a/python_genshin_artifact_core/Cargo.toml b/python_genshin_artifact_core/Cargo.toml index 72eaad7..de9e1d5 100644 --- a/python_genshin_artifact_core/Cargo.toml +++ b/python_genshin_artifact_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "genshin_artifact_core" -version = "0.1.1" +version = "0.1.2" edition = "2021" [lib]