Skip to content

Commit

Permalink
Merge branch 'main' into repl
Browse files Browse the repository at this point in the history
  • Loading branch information
luketpeterson authored Oct 2, 2023
2 parents 9c6dd2c + 01d0ba4 commit b504aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hyperon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def _version(dist_name):
from importlib_metadata import PackageNotFoundError, version # pragma: no cover
return version(dist_name)
except:
return "unknown"
return "0.1.6+localbuild"

__version__ = _version(__name__)

0 comments on commit b504aeb

Please sign in to comment.