Skip to content

Commit 9cca427

Browse files
committed
chore: bump version to 0.13.4
1 parent 89e9187 commit 9cca427

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "duohub"
3-
version = "0.13.3"
3+
version = "0.13.4"
44
description = "duohub retriever package for querying memories"
55
authors = ["Oseh Mathias <o@matmail.me>"]
66
license = "ISC"
@@ -14,11 +14,15 @@ classifiers = [
1414
"Intended Audience :: Developers",
1515
"License :: OSI Approved :: ISC License (ISCL)",
1616
"Programming Language :: Python :: 3",
17+
"Programming Language :: Python :: 3.9",
18+
"Programming Language :: Python :: 3.10",
19+
"Programming Language :: Python :: 3.11",
1720
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3.13",
1822
]
1923

2024
[tool.poetry.dependencies]
21-
python = "^3.12"
25+
python = ">=3.9,<3.14"
2226
httpx = "^0.27.2"
2327

2428

src/duohub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.13.3"
1+
__version__ = "0.13.4"
22

33
from .client import Duohub
44

0 commit comments

Comments
 (0)