From b73710da2ef5e28e1d6a568ec68c61807f8587f8 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sun, 9 Jul 2023 19:17:37 +0200 Subject: [PATCH] updated version info, fixed typo --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e7e5cd7..69b8451 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libpt" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Christoph J. Scherr "] license = "GPL-3.0-or-later" diff --git a/pyproject.toml b/pyproject.toml index f3278c0..f7063b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["maturin>=0.14,<0.15"] build-backend = "maturin" [project] -name = "libtp" +name = "libpt" requires-python = ">=3.7" classifiers = [ "Programming Language :: Rust",