[rc] 0.6.28rc4 (remove rc3)

This commit is contained in:
Maxime Alves LIRMM 2023-08-21 08:47:47 +02:00
parent 135d6e86e4
commit 1cc1bbd5ef
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.28rc3' __version__ = '0.6.28rc4'
def version(): def version():
return f'HalfAPI version:{__version__}' return f'HalfAPI version:{__version__}'