Skip to content

Commit 6d00316

Browse files
committed
chore: bump version to 0.13.3
1 parent 3bdfe3c commit 6d00316

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "duohub"
3-
version = "0.13.2"
3+
version = "0.13.3"
44
description = "duohub retriever package for querying memories"
55
authors = ["Oseh Mathias <o@matmail.me>"]
66
license = "ISC"

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.2"
1+
__version__ = "0.13.3"
22

33
from .client import Duohub
44

0 commit comments

Comments
 (0)