Skip to content

Commit

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


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

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

0 comments on commit 32aa9ed

Please sign in to comment.