Skip to content

Commit e8f9839

Browse files
authored
Fix version format in __init__.py
1 parent 171be81 commit e8f9839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
- For details and benchmarks, see the official repo https://github.com/rathaROG/lapx .
3232
"""
3333

34-
__version__ = 'v0.7.0'
34+
__version__ = '0.7.0'
3535

3636
from .lapmod import lapmod
3737
from ._lapjv import (

0 commit comments

Comments
 (0)