From d14ffab2363d88d2e2487d1b4f0827c78cdcdcdd Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Sun, 14 Jul 2024 15:47:53 -0700 Subject: [PATCH] bump version --- 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 db6a2ede1a..3e2b8bb637 100644 --- a/memgpt/__init__.py +++ b/memgpt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.18" +__version__ = "0.3.19" from memgpt.client.admin import Admin from memgpt.client.client import create_client diff --git a/pyproject.toml b/pyproject.toml index bbeb1f6a22..c6cf40e19a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymemgpt" -version = "0.3.18" +version = "0.3.19" packages = [ {include = "memgpt"} ]