Skip to content

Commit

Permalink
increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskahn committed Sep 22, 2024
1 parent a8d5f0a commit f3eec4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.4
v0.2.5
2 changes: 1 addition & 1 deletion engine/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Jonas <me@ifelse.com>"]
description = "Engine to handle application logic"
name = "engine"
readme = "README.md"
version = "v0.2.4"
version = "v0.2.5"

[tool.poetry.dependencies]
anthropic = "^0.34.2"
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "web",
"description": "WebUI for AskTube",
"private": true,
"version": "v0.2.4",
"version": "v0.2.5",
"type": "module",
"scripts": {
"build": "nuxt build",
Expand Down

0 comments on commit f3eec4a

Please sign in to comment.