diff --git a/pysatSpaceWeather/__init__.py b/pysatSpaceWeather/__init__.py index 0ae7737e..bf84a6b2 100644 --- a/pysatSpaceWeather/__init__.py +++ b/pysatSpaceWeather/__init__.py @@ -7,4 +7,4 @@ from pysatSpaceWeather import instruments # noqa F401 -__version__ = metadata.version('PACKAGENAME') +__version__ = metadata.version('pysatSpaceWeather')