Skip to content

Commit

Permalink
Add version
Browse files Browse the repository at this point in the history
  • Loading branch information
moshthepitt committed Jan 31, 2022
1 parent 97252fd commit 48991f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion small_small_hr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Main init file for small_small_hr."""
VERSION = (0, 4, 0)
VERSION = (0, 4, 1)
__version__ = ".".join(str(v) for v in VERSION)
# pylint: disable=invalid-name
default_app_config = "small_small_hr.apps.SmallSmallHrConfig" # noqa

0 comments on commit 48991f1

Please sign in to comment.