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

Commit ffd9020

Browse files
author
0x78f1935
committed
Upped version
1 parent b423083 commit ffd9020

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.0.1"
14+
self.VERSION = "1.0.2"
1515
self.PROJECT_NAME = "PyNance - Webinterface"
1616

1717
# Load system configuration

0 commit comments

Comments
 (0)