Skip to content

Commit

Permalink
fix dynamic version
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalGawor committed Sep 26, 2024
1 parent 7d848a2 commit 0c5fba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dogconfig/dogproject/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
BASE_DIR = dirname(dirname(__file__))

try:
VERSION = metadata.version("centre-registry-app")
VERSION = metadata.version("dogapp")
except PackageNotFoundError:
VERSION = 'SNAPSHOT'

Expand Down

0 comments on commit 0c5fba3

Please sign in to comment.