Version bump to 0.1.1
This commit is contained in:
parent
8147a89f69
commit
d2c6682faa
2 changed files with 2 additions and 2 deletions
|
@ -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" },
|
||||
|
|
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue