From 16ec0abb4a3170039283f86f744285fd080e8b58 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Tue, 4 Jun 2024 22:20:19 -0700 Subject: [PATCH] chore: bump version 0.3.17 (#1435) --- memgpt/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/memgpt/__init__.py b/memgpt/__init__.py index a790a40d..6246330e 100644 --- a/memgpt/__init__.py +++ b/memgpt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.16" +__version__ = "0.3.17" from memgpt.client.admin import Admin from memgpt.client.client import create_client diff --git a/pyproject.toml b/pyproject.toml index 30035916..eacd8663 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymemgpt" -version = "0.3.16" +version = "0.3.17" packages = [ {include = "memgpt"} ]