Skip to content

Commit

Permalink
↑ bump to version 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
moshthepitt committed Jun 29, 2019
1 parent 5129bee commit 0616034
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions small_small_hr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Main init file for small_small_hr
"""
VERSION = (0, 1, 7)
__version__ = '.'.join(str(v) for v in VERSION)
VERSION = (0, 1, 8)
__version__ = ".".join(str(v) for v in VERSION)
# pylint: disable=invalid-name
default_app_config = 'small_small_hr.apps.SmallSmallHrConfig' # noqa
default_app_config = "small_small_hr.apps.SmallSmallHrConfig" # noqa

0 comments on commit 0616034

Please sign in to comment.