1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
571ad4e938 🤖 Bumped version to 0.1.33
Some checks failed
Package Python / Package (push) Successful in 24s
Test Python / Test (push) Failing after 22s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-08-08 18:21:35 +02:00
7c5c79b079 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-08-08 18:20:19 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
__version__ = '0.1.32'
__version__ = '0.1.33'

View File

@ -46,10 +46,10 @@ with open(PACKAGE_NAME + '/_version.py') as f:
REQUIREMENTS_MAIN = [
'enforce-typing',
'enforce-typing',
]
REQUIREMENTS_TEST = [
'pytest',
'pytest',
]