Skip to content

Commit

Permalink
Bump to version 0.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvest committed Jun 30, 2008
1 parent 6751e52 commit 28a0a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fabric.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
print(" $ sudo easy_install paramiko")
sys.exit(1)

__version__ = '0.0.6'
__version__ = '0.0.7'
__author__ = 'Christian Vest Hansen'
__author_email__ = 'karmazilla@gmail.com'
__url__ = 'http://www.nongnu.org/fab/'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name = 'Fabric',
version = '0.0.6',
version = '0.0.7',
description = 'Fabric is a simple pythonic remote deployment tool.',
long_description = """
It is designed to upload files to, and run shell commands on, a number of
Expand Down

0 comments on commit 28a0a86

Please sign in to comment.