Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed Apr 21, 2015
1 parent da50321 commit e076452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saltpylint/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
:license: Apache 2.0, see LICENSE for more details.
'''

__version_info__ = (2015, 4, 3)
__version_info__ = (2015, 4, 22)
__version__ = '{0[0]}.{0[1]:0>2}.{0[2]:0>2}'.format(__version_info__)

0 comments on commit e076452

Please sign in to comment.