Skip to content

Commit

Permalink
Update project URL in setup.py (#581)
Browse files Browse the repository at this point in the history
* Update project URL

* Auto update version

* Auto update version

* Auto update version

---------

Co-authored-by: Dev version update bot <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lee James O'Riordan <[email protected]>
  • Loading branch information
3 people authored Jan 3, 2024
1 parent 44c04f1 commit 520b06a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pennylane_lightning/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.34.0-dev23"
__version__ = "0.34.0-dev24"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def build_extension(self, ext: CMakeExtension):
"version": version,
"maintainer": "Xanadu Inc.",
"maintainer_email": "[email protected]",
"url": "https://github.com/XanaduAI/pennylane-lightning",
"url": "https://github.com/PennyLaneAI/pennylane-lightning",
"license": "Apache License 2.0",
"packages": find_namespace_packages(include=packages_list),
"include_package_data": True,
Expand Down

0 comments on commit 520b06a

Please sign in to comment.