Skip to content

Commit

Permalink
bump to 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Jul 23, 2023
1 parent fb6bb29 commit 1f6de89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:

upload-pypi-assets:
name: upload it to pypi
if: github.event_name == 'release' && github.event.action == 'published'
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
needs: [build-sdist, build-bdists]
environment: pypi
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ default-features = false
features = ["deflate", "time", "rayon", "merge"]

[workspace.package]
version = "0.0.0"
version = "0.0.1"
authors = ["Danny McClanahan <dmcC2@hypnicjerk.ai>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "medusa-zip"
version = "0.0.0"
version = "0.0.1"
description = "High-performance parallelized implementations of common zip file operations."
license = {text = "Apache-2.0"}
readme = "py/README.md"
Expand Down

0 comments on commit 1f6de89

Please sign in to comment.