generated from PlexSheep/baserepo
updated version info, fixed typo
This commit is contained in:
parent
0f2b62c999
commit
b73710da2e
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
Reference in New Issue