Skip to content

Commit

Permalink
Testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Oct 30, 2024
1 parent 23c7671 commit c96bbd0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions act/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
__getattr__, __dir__, _ = lazy.attach(__name__, submodules)

# Get the version
try:
__version__ = _importlib_metadata.version("act-atmos")
except _importlib_metadata.PackageNotFoundError:
# package is not installed
__version__ = "0.0.0"
#try:
__version__ = _importlib_metadata.version("act-atmos")
#except _importlib_metadata.PackageNotFoundError:
# package is not installed
# __version__ = "0.0.0"

0 comments on commit c96bbd0

Please sign in to comment.