chore: v0.1.1

This commit is contained in:
DataHearth 2022-12-07 19:54:49 +00:00
parent bee822fe32
commit 5776424399
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -250,7 +250,7 @@ dependencies = [
[[package]]
name = "pynit"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "pynit"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Antoine Langlois <antoine.l@antoine-langlois.net>"]
license = "GPL-3.0-or-later"

View File

@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "pynit"
version = "0.1.0"
version = "0.1.1"
requires-python = ">=3.7"
classifiers = [
"Environment :: Console",