Skip to content

Commit ce0ff33

Browse files
committed
chore: bump version to 2.1.2
1 parent 56437ed commit ce0ff33

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.1"
3+
version = "2.1.2"
44
description = "duohub retriever package for querying memories"
55
authors = ["Oseh Mathias <[email protected]>"]
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.1"
1+
__version__ = "2.1.2"
22

33
from .client import Duohub
44

0 commit comments

Comments
 (0)