From d2c6682faa705918106d8140a591dbebf02e9567 Mon Sep 17 00:00:00 2001 From: Kumi Date: Thu, 1 Jun 2023 06:34:09 +0000 Subject: [PATCH] Version bump to 0.1.1 --- pyproject.toml | 2 +- src/gptbot/__main__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 782a80c..196b186 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ allow-direct-references = true [project] name = "matrix-gptbot" -version = "0.1.0" +version = "0.1.1" authors = [ { name="Kumi Mitterer", email="gptbot@kumi.email" }, diff --git a/src/gptbot/__main__.py b/src/gptbot/__main__.py index 8f12a0b..f50eb3b 100644 --- a/src/gptbot/__main__.py +++ b/src/gptbot/__main__.py @@ -25,7 +25,7 @@ if __name__ == "__main__": "-v", help="Print version and exit", action="version", - version="GPTBot v0.1.0", + version="GPTBot v0.1.1", ) args = parser.parse_args()