Skip to content

Commit aa0ab91

Browse files
committed
πŸ”– release: 0.13.1
1 parent ad083b9 commit aa0ab91

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

β€Žbackend/kayman/main.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
debug=settings.ENVIRONMENT == "local",
3030
title=settings.PROJECT_NAME,
3131
description="Kayman is the one-stop solution for personal finance",
32-
version="0.13.0",
32+
version="0.13.1",
3333
openapi_tags=tags,
3434
default_response_class=KustomJSONResponse,
3535
middleware=[cors_middleware],

β€Žbackend/pyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kayman"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
description = "Kayman is the one-stop solution for personal finance"
55
license = { text = "MIT" }
66
readme = "README.md"

β€Žbackend/uv.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žfrontend/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kayman",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "🏝🏦 The one-stop solution for personal finance",
55
"homepage": "https://github.com/tomy0000000/kayman",
66
"bugs": {

0 commit comments

Comments
Β (0)