mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
CLI(V1): Patch release (#11349)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
"""OpenHands CLI package."""
|
||||
"""OpenHands package."""
|
||||
|
||||
__version__ = '0.1.0'
|
||||
from importlib.metadata import version, PackageNotFoundError
|
||||
|
||||
try:
|
||||
__version__ = version("openhands")
|
||||
except PackageNotFoundError:
|
||||
__version__ = "0.0.0"
|
||||
|
||||
Reference in New Issue
Block a user