Browse Source

Version bump to 0.1.1

Kumi 1 year ago
parent
commit
d2c6682faa
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pyproject.toml
  2. 1 1
      src/gptbot/__main__.py

+ 1 - 1
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" },

+ 1 - 1
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()