Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edyounis committed Mar 3, 2021
1 parent 7c37de0 commit 8ce255b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
requirements.remove( '' )

setup( name = "qfactor",
version = "1.0.0",
version = "1.0.1",
description = "Quantum Fast Circuit Optimizer",
long_description = long_description,
long_description_content_type = "text/markdown",
url = "https://github.com/edyounis/csvdopt",
url = "https://github.com/edyounis/qfactor",
author = "Ed Younis",
author_email = "[email protected]",
classifiers = [
Expand All @@ -41,8 +41,8 @@
],
keywords = "quantum circuit optimization optimizer",
project_urls = {
"Bug Tracker": "https://github.com/edyounis/csvdopt/issues",
"Source Code": "https://github.com/edyounis/csvdopt"
"Bug Tracker": "https://github.com/edyounis/qfactor/issues",
"Source Code": "https://github.com/edyounis/qfactor"
},
packages = find_namespace_packages( exclude = [ "tests*",
"examples*" ] ),
Expand Down

0 comments on commit 8ce255b

Please sign in to comment.