Skip to content

Commit

Permalink
Merge pull request #26 from openradar/remove-print-version
Browse files Browse the repository at this point in the history
FIX: Remove print command
  • Loading branch information
mgrover1 authored Nov 29, 2023
2 parents a560924 + 0390623 commit 8da50a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmweather/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8da50a9

Please sign in to comment.