bump version
cargo devel CI / cargo CI (push) Successful in 53s Details

This commit is contained in:
Christoph J. Scherr 2024-03-03 17:31:50 +01:00
parent eba86d542d
commit 3f4a092d8d
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
3 changed files with 10 additions and 2 deletions

View File

@ -10,7 +10,7 @@ default-members = [".", "members/libpt-core"]
[workspace.package]
publish = true
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = ["Christoph J. Scherr <software@cscherr.de>"]
license = "MIT"

View File

@ -1,7 +1,7 @@
[package]
name = "libpt-log"
publish.workspace = true
version = "0.4.0"
version = "0.4.1"
edition.workspace = true
authors.workspace = true
license.workspace = true

View File

@ -2,6 +2,14 @@
name = "libpt-py"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
description.workspace = true
readme.workspace = true
homepage.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
[package.metadata.maturin]
name = "libpt"