Skip to content

Commit

Permalink
Bump versions to prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Feb 10, 2020
1 parent 08a9f60 commit 7d2c184
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.1.1"
version = "0.2.0"
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.1.1",
version="0.2.0",
description="A python graph library implemented in Rust",
long_description=readme(),
author = "Matthew Treinish",
Expand Down

0 comments on commit 7d2c184

Please sign in to comment.