Skip to content

Commit 81172e2

Browse files
davidrigiescivision
authored andcommitted
update version string
1 parent 5802ca3 commit 81172e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pymap3d/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* Fortran: [Maptran3D](https://github.com/geospace-code/maptran3d)
3030
"""
3131

32-
__version__ = "3.0.0"
32+
__version__ = "3.0.1"
3333

3434
from .aer import aer2ecef, aer2geodetic, ecef2aer, geodetic2aer
3535
from .ecef import (

0 commit comments

Comments
 (0)