This commit is contained in:
Colin Goutte 2021-09-22 10:10:52 +02:00
parent 39a44c9a6e
commit 96d7d676ab
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -2,4 +2,4 @@ from papi import __version__
def test_version():
assert __version__ == '0.1.0'
assert __version__ == "0.1.0"