Skip to content

Commit

Permalink
changes as per suggestions
Browse files Browse the repository at this point in the history
- changed the comment
- changed default value to v0.0.0
  • Loading branch information
Suyash Nalawade authored and openshift-merge-bot[bot] committed Jul 11, 2024
1 parent b375195 commit 342d54c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/codeflare_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
from importlib.metadata import version, PackageNotFoundError

try:
__version__ = version(
"codeflare-sdk"
) # Update with latest version with each release
__version__ = version("codeflare-sdk") # use metadata associated with built package

except PackageNotFoundError:
__version__ = "unknown"
__version__ = "v0.0.0"

0 comments on commit 342d54c

Please sign in to comment.