summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Maxwell <scott@codecobblers.com>2013-11-02 20:28:02 -0700
committerScott Maxwell <scott@codecobblers.com>2013-11-02 20:28:02 -0700
commit01731fa2c34483ec6d429a23bf9d19126f63f618 (patch)
tree4ec5378dc544797b6dbbce0a500ed921b0026a1a
parent7d5fa50ca473f6c4336b80ca365e2d1270b9136f (diff)
downloadparamiko-01731fa2c34483ec6d429a23bf9d19126f63f618.tar.gz
Bump version to 1.13.0
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 10237f29..be404b1b 100644
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ if sys.platform == 'darwin':
setup(name = "paramiko",
- version = "1.12.0",
+ version = "1.13.0",
description = "SSH2 protocol library",
author = "Jeff Forcier",
author_email = "jeff@bitprophet.org",