mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
Simple version number added
This commit is contained in:
parent
6c962adade
commit
913a3deaf2
2 changed files with 3 additions and 0 deletions
|
@ -7,3 +7,5 @@ from . import misc
|
|||
from . import mpm
|
||||
from . import npr
|
||||
from . import roots
|
||||
|
||||
from .version import __version__
|
||||
|
|
1
pyerrors/version.py
Normal file
1
pyerrors/version.py
Normal file
|
@ -0,0 +1 @@
|
|||
__version__ = "2.0.0"
|
Loading…
Add table
Reference in a new issue