Skip to content

Commit

Permalink
Merge pull request #440 from wenwei-dev/python-version
Browse files Browse the repository at this point in the history
Set local build version
  • Loading branch information
vsbogd authored Oct 2, 2023
2 parents e384e1d + f242b42 commit 01d0ba4
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 01d0ba4

Please sign in to comment.