From a10578cfd63151739b36f9cc5ba81a4c0eda05ec Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Fri, 14 Mar 2025 22:11:18 +0800 Subject: chore: bump version to 0.2.1 in Cargo.toml and __init__.py --- Cargo.toml | 2 +- src/conventionalrp/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c82fe05..c44b23c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyo3_template" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "A Pyo3 Project Template For HydroRoll." license = "MIT" diff --git a/src/conventionalrp/__init__.py b/src/conventionalrp/__init__.py index 9707310..83ed8ce 100644 --- a/src/conventionalrp/__init__.py +++ b/src/conventionalrp/__init__.py @@ -2,4 +2,4 @@ from . import _core from packaging.version import Version -__version__ = Version('0.2.0') +__version__ = Version('0.2.1') -- cgit v1.2.3-70-g09d2