Skip to content

Commit

Permalink
bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
bralbral committed May 31, 2024
1 parent 513aebc commit 073c603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ sulguk==0.8.0
pydantic-settings==2.2.1
pyaml==24.4.0
uvloop==0.19.0; sys_platform == 'linux'
structlog~=24.1.0
structlog==24.2.0
orjson==3.10.3
2 changes: 1 addition & 1 deletion src/constants.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

VERSION: str = "2024-04-29.12"
VERSION: str = "2024-05-31.19"
ROOT_DIR: str = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
CONFIG_FILE_PATH: str = os.path.join(ROOT_DIR, "config.yaml")

Expand Down

0 comments on commit 073c603

Please sign in to comment.