Skip to content

Commit

Permalink
Fix #104
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarbone committed Apr 2, 2024
1 parent 2c69987 commit ac67355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpax/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

__version__ = _dunamai.Version.from_any_vcs().serialize()
del _dunamai
except ImportError:
except (ImportError, RuntimeError):
__version__ = "dev"

0 comments on commit ac67355

Please sign in to comment.