Skip to content

Commit

Permalink
Bump versions and prepare for release (#219)
Browse files Browse the repository at this point in the history
* Bump versions and prepare for release

This commit bumps the various version strings in preparation for a new
bugfix release 0.7.2.

* Update cargo lock
  • Loading branch information
mtreinish committed Dec 11, 2020
1 parent d735c76 commit 1b2abd7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 36 deletions.
48 changes: 16 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.1"
version = "0.7.2"
authors = ["Matthew Treinish <mtreinish@kortar.org>"]
license = "Apache-2.0"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
# built documents.
#
# The short X.Y version.
version = '0.7.1'
version = '0.7.2'
# The full version, including alpha/beta/rc tags.
release = '0.7.1'
release = '0.7.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def readme():

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

0 comments on commit 1b2abd7

Please sign in to comment.