Skip to content

Commit 70a7c58

Browse files
committed
chore: Update version to 0.7.0
1 parent fbdc082 commit 70a7c58

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/pithos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pithos"
33
description = "CLI for the Pithos container file format"
4-
version = "0.6.1"
4+
version = "0.7.0"
55
authors.workspace = true
66
edition.workspace = true
77
repository.workspace = true

crates/pithos_lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pithos_lib"
33
description = "Library and components for encrypting / compressing pithos (.pto) files, including specification"
4-
version = "0.6.1"
4+
version = "0.7.0"
55
authors.workspace = true
66
edition.workspace = true
77
repository.workspace = true

crates/pithos_pyo3/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "pithos_pyo3"
33
description = "Client for the Pithos object storage file format"
4-
version = "0.6.0"
4+
version = "0.7.0"
55
authors.workspace = true
66
edition.workspace = true
77
repository.workspace = true
88
license.workspace = true
99

1010
[dependencies]
11-
pithos_lib = { path = "../pithos_lib", version="0.6.0"}
11+
pithos_lib = { path = "../pithos_lib" }

0 commit comments

Comments
 (0)