Skip to content

Commit

Permalink
Prep 0.25.1 (#103)
Browse files Browse the repository at this point in the history
* remove auto client disable

* 0.25.1
  • Loading branch information
vegu-ai-tools authored May 5, 2024
1 parent ef99539 commit 1874234
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "talemate"
version = "0.25.0"
version = "0.25.1"
description = "AI-backed roleplay and narrative tools"
authors = ["FinalWombat"]
license = "GNU Affero General Public License v3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/talemate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .client import TextGeneratorWebuiClient
from .tale_mate import *

VERSION = "0.25.0"
VERSION = "0.25.1"
1 change: 0 additions & 1 deletion src/talemate/client/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ async def status(self):
self.log.warning("client status error", e=e, client=self.name)
self.model_name = None
self.connected = False
self.toggle_disabled_if_remote()
self.emit_status()
return

Expand Down
4 changes: 2 additions & 2 deletions talemate_frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion talemate_frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "talemate_frontend",
"version": "0.25.0",
"version": "0.25.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 1874234

Please sign in to comment.