0.25.6 prep

This commit is contained in:
vegu-ai-tools
2024-05-31 13:10:23 +03:00
parent cdcc804ffa
commit de16feeed5
4 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
[tool.poetry]
name = "talemate"
version = "0.25.5"
version = "0.25.6"
description = "AI-backed roleplay and narrative tools"
authors = ["FinalWombat"]
license = "GNU Affero General Public License v3.0"

View File

@@ -2,4 +2,4 @@ from .agents import Agent
from .client import TextGeneratorWebuiClient
from .tale_mate import *
VERSION = "0.25.5"
VERSION = "0.25.6"

View File

@@ -1,12 +1,12 @@
{
"name": "talemate_frontend",
"version": "0.25.5",
"version": "0.25.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talemate_frontend",
"version": "0.25.5",
"version": "0.25.6",
"dependencies": {
"@codemirror/lang-markdown": "^6.2.5",
"@codemirror/theme-one-dark": "^6.1.2",

View File

@@ -1,6 +1,6 @@
{
"name": "talemate_frontend",
"version": "0.25.5",
"version": "0.25.6",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",