Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Mar 22, 2024
1 parent ef7e593 commit 4426daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/surfaces/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import importlib.metadata

__version__ = importlib.metadata.version("mypackage")
__version__ = importlib.metadata.version("surfaces")
__license__ = "MIT"

from .mathematical_functions import (
Expand Down

0 comments on commit 4426daf

Please sign in to comment.