Skip to content

Commit

Permalink
Merge pull request #94 from CQCL/release/1.18august
Browse files Browse the repository at this point in the history
Release/1.18august
  • Loading branch information
cqc-melf authored Aug 15, 2023
2 parents b595115 + 8d42a86 commit cb22c70
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
mkdir extensions
./build-docs -d ${GITHUB_WORKSPACE}/.github/workflows/docs/extensions/api
- name: Upload docs as artefact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: .github/workflows/docs/extensions

Expand Down
2 changes: 1 addition & 1 deletion _metadata.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__extension_version__ = "0.12.0"
__extension_version__ = "0.13.0"
__extension_name__ = "pytket-qujax"
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
~~~~~~~~~

0.13.0 (August 2023)
--------------------

* Update pytket version requirement to 1.18.
* Update qujax version requirement to 1.0.

0.12.0 (June 2023)
------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=[
"pytket ~= 1.16",
"qujax ~= 0.3.4",
"pytket ~= 1.18",
"qujax ~= 1.0",
],
classifiers=[
"Environment :: Console",
Expand Down

0 comments on commit cb22c70

Please sign in to comment.