diff --git a/Cargo.toml b/Cargo.toml index b30a44a64..1625b4661 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "retworkx" description = "A python graph library implemented in Rust" -version = "0.3.0" +version = "0.3.1" authors = ["Matthew Treinish "] license = "Apache-2.0" readme = "README.rst" diff --git a/setup.py b/setup.py index e8eade06b..9c450c0b1 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def readme(): setup( name="retworkx", - version="0.3.0", + version="0.3.1", description="A python graph library implemented in Rust", long_description=readme(), author = "Matthew Treinish",