1
0

Compare commits

..

3 Commits

Author SHA1 Message Date
a10a603928 🤖 Bumped version to 0.3.9
Some checks failed
Package Python / Package (push) Successful in 26s
Test Python / Test (push) Failing after 28s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-08-27 21:08:33 +02:00
57f9a61042 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-08-27 21:07:14 +02:00
cbd4c476e8
Remember pytest dependency 2024-08-27 21:04:11 +02:00
3 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
__version__ = '0.3.8' __version__ = '0.3.9'

1
requirements_test.txt Normal file
View File

@ -0,0 +1 @@
pytest

View File

@ -48,6 +48,7 @@ with open(PACKAGE_NAME + '/_version.py') as f:
REQUIREMENTS_MAIN = [ REQUIREMENTS_MAIN = [
] ]
REQUIREMENTS_TEST = [ REQUIREMENTS_TEST = [
'pytest',
] ]