diff options
| author | 2025-03-14 22:11:18 +0800 | |
|---|---|---|
| committer | 2025-03-14 22:11:18 +0800 | |
| commit | a10578cfd63151739b36f9cc5ba81a4c0eda05ec (patch) | |
| tree | 85cef456326856cfcab50eecda1efa88d91eff25 | |
| parent | fb5b1fbba51d68619d64f53e68164cc7a7741370 (diff) | |
| download | conventional_role_play-a10578cfd63151739b36f9cc5ba81a4c0eda05ec.tar.gz conventional_role_play-a10578cfd63151739b36f9cc5ba81a4c0eda05ec.zip | |
chore: bump version to 0.2.1 in Cargo.toml and __init__.py
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | src/conventionalrp/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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') |
