aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--pyproject.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 79deaca..f46911f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -22,7 +22,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "hydro_roll"
-version = "0.1.6"
+version = "0.1.7"
dependencies = [
"pyo3",
]
diff --git a/Cargo.toml b/Cargo.toml
index a4093cb..a146702 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hydro_roll"
-version = "0.1.6"
+version = "0.1.7"
edition = "2021"
description = "A simple rust library for HydroRoll."
license = "MIT"
diff --git a/pyproject.toml b/pyproject.toml
index f0277ef..194efa8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,7 +23,7 @@ dependencies = [
"cachetools>=5.3.2",
"iamai[onebot11]>=0.0.2",
]
-requires-python = ">=3.8"
+requires-python = ">=3.9"
readme.content-type = "text/x-rst"
readme.text = """See the `documentation <https://docs.hydroroll.team/>`_."""
license = {text = "MIT"}