Skip to content

Commit

Permalink
Fix typo when version is unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdawson committed Oct 7, 2023
1 parent 36a5199 commit 732ebae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gridfill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
try:
from ._version import __version__
except ImportError:
__version__ == "unknown"
__version__ = "unknown"

# Define the objects to be imported by imports of the form:
# from gridfill import *
Expand Down

0 comments on commit 732ebae

Please sign in to comment.