Skip to content

Commit

Permalink
fix: use correct package for version (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau authored Mar 26, 2024
1 parent c579238 commit 7e7171b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion craft_application/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from importlib.metadata import version, PackageNotFoundError

try:
__version__ = version("craft-archives")
__version__ = version("craft-application")
except PackageNotFoundError:
__version__ = "dev"

Expand Down

0 comments on commit 7e7171b

Please sign in to comment.