This commit is contained in:
Maxime Alves LIRMM@home 2020-11-09 21:26:31 +01:00
parent 9516eaa6d7
commit 5d4b8d38b4
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
__version__ = '0.3.0' __version__ = '0.3.1'
def version(): def version():
return f'HalfAPI version:{__version__}' return f'HalfAPI version:{__version__}'