Skip to content

Commit

Permalink
Bump version strings in preparation for release (#69)
Browse files Browse the repository at this point in the history
This commit bumps the package version strings in the Cargo.toml and
setup.py in preparation for a new release.
  • Loading branch information
mtreinish authored Apr 27, 2020
1 parent d0d783f commit 6afe29b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "retworkx"
description = "A python graph library implemented in Rust"
version = "0.3.3"
version = "0.3.4"
authors = ["Matthew Treinish <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def readme():

setup(
name="retworkx",
version="0.3.3",
version="0.3.4",
description="A python graph library implemented in Rust",
long_description=readme(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 6afe29b

Please sign in to comment.