Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed Mar 31, 2015
1 parent a966d53 commit b936a69
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, 1, 25)
__version_info__ = (2015, 3, 31)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit b936a69

Please sign in to comment.