Skip to content

Commit 874ee18

Browse files
committed
bump version to 1.1.0 for ruff formatting
1 parent 718a953 commit 874ee18

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

backpack/version.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
# 1.0.3 07/2022 - JsonMetaFile, JsonUserSettings
55
# 1.0.4 04/2023 - Added camelcase_to_snakecase function
66
# 1.0.5 05/2023 - Refactor JsonMetaFile, Added Cache, Some type hints / docstrings
7+
# 1.1.0 01/2024 - Ruff Formatting
78
# ----------------------------------------------------------------------------------------
89

910
VERSION_MAJOR = 1
10-
VERSION_MINOR = 0
11-
VERSION_PATCH = 5
11+
VERSION_MINOR = 1
12+
VERSION_PATCH = 0
1213

1314
version = f'{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_PATCH}'
1415

0 commit comments

Comments
 (0)