Skip to content
This repository was archived by the owner on Oct 27, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def __getattr__(cls, name):

# General information about the project.
project = "PennyLane-Lightning-Kokkos"
copyright = "Copyright 2022"
copyright = "Copyright 2023"
author = "Xanadu Inc."

add_module_names = False
Expand Down Expand Up @@ -182,7 +182,7 @@ def __getattr__(cls, name):
"extra_copyrights": [
"TensorFlow, the TensorFlow logo, and any related marks are trademarks of Google Inc."
],
"google_analytics_tracking_id": "UA-130507810-1",
"google_analytics_tracking_id": "G-C480Z9JL0D",
"toc_overview": True,
}

Expand Down
2 changes: 1 addition & 1 deletion pennylane_lightning_kokkos/_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.32.0-dev0"
__version__ = "0.32.0-dev1"