Skip to content

Commit

Permalink
Merge pull request #10 from codecov/dana/v0.11.2
Browse files Browse the repository at this point in the history
new shared version 0.11.2
  • Loading branch information
dana-yaish authored Jul 27, 2023
2 parents d3e0f51 + 6b6e369 commit 9e96aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="shared",
version="0.11.0",
version="0.11.2",
rust_extensions=[RustExtension("shared.rustyribs", binding=Binding.PyO3)],
packages=find_packages(exclude=["contrib", "docs", "tests*"]),
# rust extensions are not zip safe, just like C-extensions.
Expand Down

0 comments on commit 9e96aee

Please sign in to comment.