Skip to content

Commit

Permalink
Bump versions and prepare for release (#50)
Browse files Browse the repository at this point in the history
This commit updates the version numbers and package metadata to prepare
for the next release.
  • Loading branch information
mtreinish authored Mar 18, 2020
1 parent f14b91a commit 7c9ffa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.2"
version = "0.3.3"
authors = ["Matthew Treinish <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ def readme():

setup(
name="retworkx",
version="0.3.2",
version="0.3.3",
description="A python graph library implemented in Rust",
long_description=readme(),
long_description_content_type='text/markdown',
author="Matthew Treinish",
author_email="[email protected]",
classifiers=[
"License :: OSI Approved :: Apache Software License",
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: Rust",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.5",
Expand All @@ -36,6 +36,7 @@ def readme():
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
],
keywords="Networks network graph Graph Theory DAG",
url="https://github.com/Qiskit/retworkx",
project_urls={
"Bug Tracker": "https://github.com/Qiskit/retworkx/issues",
Expand Down

0 comments on commit 7c9ffa4

Please sign in to comment.