Merge pull request #17 from blogh/release_0.1.0

Release 0.1.0
This commit is contained in:
Benoit 2022-07-13 16:56:07 +02:00 committed by GitHub
commit e3d1ac9581
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.1.0"

8
requirements-dev.txt Normal file
View file

@ -0,0 +1,8 @@
black
flake8
mypy==0.961
pytest
pytest-mock
setuptools
twine
wheel