We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d11b7 commit b375195Copy full SHA for b375195
src/codeflare_sdk/__init__.py
@@ -23,7 +23,9 @@
23
from importlib.metadata import version, PackageNotFoundError
24
25
try:
26
- __version__ = version("codeflare-sdk") #Update with latest version with each release
+ __version__ = version(
27
+ "codeflare-sdk"
28
+ ) # Update with latest version with each release
29
30
except PackageNotFoundError:
- __version__ = "unknown"
31
+ __version__ = "unknown"
0 commit comments