Skip to content

Commit 73693ba

Browse files
authored
Update version and changelog for 0.44.0 release (#573)
1 parent 0d1f9a5 commit 73693ba

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

_metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__extension_version__ = "0.43.0"
1+
__extension_version__ = "0.44.0"
22
__extension_name__ = "pytket-quantinuum"

docs/changelog.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44

55
# Changelog
66

7-
## Unreleased
7+
## 0.44.0 (February 2025)
88

99
- Remove `noise_specs` from local-emulator backends.
10+
- Updated pytket version requirement to 1.39.
11+
- Updated pytket-qir version requirement to 0.20.
1012

1113
## 0.43.0 (January 2025)
1214

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
packages=find_namespace_packages(include=["pytket.*"]),
4646
include_package_data=True,
4747
install_requires=[
48-
"pytket >= 1.39.0, < 2",
49-
"pytket-qir >= 0.17, < 0.20",
48+
"pytket >= 1.40.0, < 2",
49+
"pytket-qir >= 0.20, < 0.21",
5050
"requests >= 2.32.2",
5151
"types-requests",
5252
"websockets >= 13.1",

0 commit comments

Comments
 (0)