Skip to content

Commit

Permalink
Bump version to 1.0.1 final
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Mar 28, 2011
1 parent cbdfc06 commit 5b70772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric/version.py
Expand Up @@ -21,7 +21,7 @@ def git_sha():
return p.communicate()[0]


VERSION = (1, 0, 0, 'final', 0)
VERSION = (1, 0, 1, 'final', 0)

def get_version(form='short'):
"""
Expand Down

0 comments on commit 5b70772

Please sign in to comment.