Skip to content

Commit

Permalink
Fix double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
minitriga committed Feb 4, 2025
1 parent f2cd256 commit 5fd6849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/get-version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import importlib.metadata

print(importlib.metadata.version('infrahub-sdk'))
print(importlib.metadata.version("infrahub-sdk"))

0 comments on commit 5fd6849

Please sign in to comment.