Skip to content

Commit

Permalink
↑ bump to version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moshthepitt committed Jun 26, 2020
1 parent e8f865f commit 28ee444
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, 2, 0)
VERSION = (0, 2, 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 28ee444

Please sign in to comment.