Skip to content

Commit

Permalink
Fix package version
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Dec 24, 2023
1 parent b402d57 commit fbeec2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap4/__about__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import importlib.metadata

__version__ = importlib.metadata.version(__package__ or __name__)
__version__ = importlib.metadata.version('django-bootstrap4')

0 comments on commit fbeec2b

Please sign in to comment.