1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
8b3b29cb0b 🤖 Bumped version to 0.1.26
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-10-31 22:39:29 +01:00
ff93e782c1 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-10-31 22:38:54 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
__version__ = '0.1.25'
__version__ = '0.1.26'

View File

@ -76,4 +76,5 @@ docstring-code-format = true
"S101", # Test Asserts
"T201", # Debug prints
"PLR2004", # magic-value-comparison
'SLF001', # Allow access to private members
]