updated version info, fixed typo

This commit is contained in:
Christoph J. Scherr 2023-07-09 19:17:37 +02:00
parent 0f2b62c999
commit b73710da2e
Signed by: PlexSheep
GPG Key ID: 25B4ACF7D88186CC
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "libpt"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Christoph J. Scherr <software@cscherr.de>"]
license = "GPL-3.0-or-later"

View File

@ -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",