Skip to content

Commit

Permalink
Bump version: 6.0.20 → 6.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Sep 9, 2022
1 parent a2d7cd5 commit bd4b9d7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 6.0.20
current_version = 6.0.21
commit = True
tag = True
sign_tag = True
Expand Down
2 changes: 1 addition & 1 deletion karp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "6.0.20"
__version__ = "6.0.21"


def get_version() -> str:
Expand Down
2 changes: 1 addition & 1 deletion karp/data_files/karp_api_spec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.2
info:
title: Karp API
version: 6.0.20
version: 6.0.21
description: |
Karp TNG
Expand Down
2 changes: 1 addition & 1 deletion karp/main/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from starlette.datastructures import Secret

PROJECT_NAME = 'Karp'
VERSION = '6.0.20'
VERSION = '6.0.21'
API_PREFIX = '/'
# SECRET_KEY = config("SECRET_KEY", cast=Secret, default="CHANGEME")

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "karp-backend"
version = "6.0.20"
version = "6.0.21"
license = "MIT"
description = "Karp backend"
readme = "README.md"
Expand Down

0 comments on commit bd4b9d7

Please sign in to comment.