Skip to content

Commit 319cea5

Browse files
committed
chore: bump version to 2.2.0
1 parent 7bcbafe commit 319cea5

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 = "2.1.4"
3+
version = "2.2.0"
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__ = "2.1.4"
1+
__version__ = "2.2.0"
22

33
from .client import Duohub
44

0 commit comments

Comments
 (0)