Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit 18a09f0

Browse files
author
0x78f1935
committed
Fixed information bar where the current_price * quantity did not update
1 parent d7be378 commit 18a09f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Config(System):
1111
"""
1212
def __init__(self) -> None:
1313
self.DEBUG = False
14-
self.VERSION = "1.1.0"
14+
self.VERSION = "1.1.1"
1515
self.PROJECT_NAME = "PyNance - Webinterface"
1616

1717
# Load system configuration

0 commit comments

Comments
 (0)