Skip to content

Commit f777fcd

Browse files
committed
update version
1 parent 11ce741 commit f777fcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class Settings:
1010
PROJECT_TITLE: str = "SNotes"
11-
PROJECT_VERSION: str = "0.1.3"
11+
PROJECT_VERSION: str = "1.1.0"
1212
DATA_PATH = os.getenv("DATA_PATH", pathlib.Path(os.getcwd(),"data"))
1313
PASSWORD_EXPIRATION: str = os.getenv("PASSWORD_EXPIRATION")
1414

0 commit comments

Comments
 (0)