Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Coêlho <carlospecter@gmail.com>
  • Loading branch information
chocoelho committed May 25, 2018
1 parent d0c416a commit 8c13a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prospector/__pkginfo__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version_info__ = (0, 12, 8)
__version_info__ = (0, 12, 9)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 8c13a62

Please sign in to comment.