Skip to content

Commit

Permalink
↑ bump to version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
moshthepitt committed Feb 12, 2019
1 parent 14fd530 commit e5bfb5f
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,7 +1,7 @@
"""
Main init file for small_small_hr
"""
VERSION = (0, 1, 5)
VERSION = (0, 1, 6)
__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 e5bfb5f

Please sign in to comment.