We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718a953 commit 874ee18Copy full SHA for 874ee18
1 file changed
backpack/version.py
@@ -4,11 +4,12 @@
4
# 1.0.3 07/2022 - JsonMetaFile, JsonUserSettings
5
# 1.0.4 04/2023 - Added camelcase_to_snakecase function
6
# 1.0.5 05/2023 - Refactor JsonMetaFile, Added Cache, Some type hints / docstrings
7
+# 1.1.0 01/2024 - Ruff Formatting
8
# ----------------------------------------------------------------------------------------
9
10
VERSION_MAJOR = 1
-VERSION_MINOR = 0
11
-VERSION_PATCH = 5
+VERSION_MINOR = 1
12
+VERSION_PATCH = 0
13
14
version = f'{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_PATCH}'
15
0 commit comments