From 8144604ea91ee7697cbed67eaa219fdf6238c5f1 Mon Sep 17 00:00:00 2001 From: Chris Rude Date: Sun, 14 May 2023 01:29:39 -0700 Subject: [PATCH] update package version to 0.1.6 --- pyproject.toml | 2 +- src/oobabot/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 868c6c7f..0eabf775 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "oobabot" -version = "0.1.5" +version = "0.1.6" description = "A Discord bot which talks to Large Language Model AIs running on oobabooga's text-generation-webui" authors = ["Christopher Rude "] license = "MIT" diff --git a/src/oobabot/__init__.py b/src/oobabot/__init__.py index 18799760..84b7f02e 100644 --- a/src/oobabot/__init__.py +++ b/src/oobabot/__init__.py @@ -1,4 +1,4 @@ # oobabot/__init__.py # todo: sync this up automatically -__version__ = "0.1.5" +__version__ = "0.1.6"