Skip to content

Commit 5d89e37

Browse files
committed
Release v1.1.0
1 parent 1042b4d commit 5d89e37

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# torrt changelog
22

3-
### Unreleased
3+
### v1.1.0 [2026-03-30]
44
* !! QA. Dropped QA for Py 3.7, 3.8, 3.9, 3.10.
55
* ++ Add support to pass custom RPC parameters.
66
* ++ QA. Added QA for Py 3.11.

src/torrt/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
VERSION = '1.0.0'
3-
"""Application version string."""
2+
VERSION = '1.1.0'
3+
"""Application version string."""

0 commit comments

Comments
 (0)