Skip to content

Commit d7cb014

Browse files
authored
Merge pull request #3 from gregl83/release/v1.3.3
v1.3.3
2 parents 7f427a5 + 26bfd22 commit d7cb014

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "paqpy"
3-
version = "1.3.2"
3+
version = "1.3.3"
44
authors = ["Gregory Langlais <_@gregorylanglais.com>"]
55
edition = "2021"
66
description = "Hash file or directory recursively."
@@ -22,5 +22,5 @@ name = "paqpy"
2222
crate-type = ["cdylib"]
2323

2424
[dependencies]
25-
paq = "1.3.2"
25+
paq = "1.3.3"
2626
pyo3 = { version = "0.27.1", features = ["extension-module", "abi3-py37"]}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "paqpy"
7-
version = "1.3.2"
7+
version = "1.3.3"
88
requires-python = ">=3.7"
99
authors = [
1010
{name = "gregory langlais"},

0 commit comments

Comments
 (0)