diff --git a/setup.py b/setup.py index 64b738a..99f4a89 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() setup (name='sshutil', - version='0.9.3', + version='0.9.4', description='Python SSH Utility Library', long_description=read("README.rst"), author='Christian E. Hopps',