diff --git a/cmweather/__init__.py b/cmweather/__init__.py index dfcbd62..992601d 100644 --- a/cmweather/__init__.py +++ b/cmweather/__init__.py @@ -66,6 +66,5 @@ # Get the version try: __version__ = get_distribution(__name__).version - print(__version__) except DistributionNotFound: # pragma: no cover __version__ = '0.0.0' # pragma: no cover