Skip to content

Commit

Permalink
bump: patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dirvine committed Dec 23, 2024
1 parent ca39fba commit c4285c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ jobs:
target:
- x86_64-unknown-linux-musl
- i686-unknown-linux-musl
- aarch64-unknown-linux-musl
- armv7-unknown-linux-musleabihf
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -173,5 +175,4 @@ jobs:
with:
packages-dir: dist/
verbose: true
print-hash: true

print-hash: true
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "self_encryption"
readme = "README.md"
repository = "https://github.com/maidsafe/self_encryption"
version = "0.32.42"
version = "0.32.43"

[features]
default = []
Expand Down

0 comments on commit c4285c1

Please sign in to comment.