Skip to content

Commit

Permalink
set the version to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch45 committed Nov 6, 2011
1 parent 1d10e42 commit 224d526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''
Make me some salt!
'''
__version_info__ = (0, 9, 3, 'pre')
__version_info__ = (0, 9, 3)
__version__ = '.'.join(map(str, __version_info__))

# Import python libs
Expand Down

0 comments on commit 224d526

Please sign in to comment.