-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump version to 1.0.4 #58
Conversation
Signed-off-by: Christian Heimes <[email protected]>
The 1.0.3 tag has |
@ddelange please take a look |
Cargo.toml
Outdated
@@ -5,7 +5,7 @@ | |||
# PyPI. Installing this with `pip install blake3` is better than something | |||
# redundant like `pip install PyBLAKE3-py`. | |||
name = "blake3" | |||
version = "1.0.2" | |||
version = "1.0.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
damn, not the first time I forgot this. will push 1.0.4
version = "1.0.3" | |
version = "1.0.4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's too bad that Cargo doesn't support dynamic versions similar to Python's setuptools-scm
hook. rust-lang/cargo#6583 has some suggestions, e.g. a build.rs
hack. Maybe you could depend on setuptools-scm
and shell out to setuptools-scm
in build.rs
? The Python tool gets its version from SCM and falls back to PKG-INFO
file for sdists.
1.0.4 is now on PyPI. thanks for your PRs! |
No description provided.