Skip to content

Commit

Permalink
version change
Browse files Browse the repository at this point in the history
  • Loading branch information
ut112 committed Nov 15, 2017
1 parent 9e100e5 commit c60535d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion health_check/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Used by setup.py, so minimize top-level imports.

VERSION = (2, 4, 5)
VERSION = (2, 4, 6)

__version__ = ".".join(str(i) for i in VERSION)

0 comments on commit c60535d

Please sign in to comment.