aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e3b8c62..d912b5e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -82,7 +82,7 @@ dependencies = [
[[package]]
name = "hydro_roll"
-version = "0.1.9-alpha.2"
+version = "0.1.9"
dependencies = [
"printpdf",
"pyo3",
diff --git a/Cargo.toml b/Cargo.toml
index eb4eb8b..d57e10f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hydro_roll"
-version = "0.1.9-alpha.2"
+version = "0.1.9"
edition = "2021"
description = "A simple rust library for HydroRoll."
license = "MIT"