Skip to content

Commit

Permalink
Bump versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Mar 6, 2020
1 parent 4fb3476 commit 28994db
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.0"
version = "0.3.1"
authors = ["Matthew Treinish <[email protected]>"]
license = "Apache-2.0"
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 28994db

Please sign in to comment.