[release] 0.6.8

This commit is contained in:
Maxime Alves LIRMM 2022-02-28 10:10:06 +01:00
parent a388faf1d8
commit b96f4908c6
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.6.7' __version__ = '0.6.8'
def version(): def version():
return f'HalfAPI version:{__version__}' return f'HalfAPI version:{__version__}'