summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2003-08-28 22:39:48 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2003-08-28 22:39:48 +0000
commit68a8a1dea21b5b842bd07d62a0b0ef47236950f9 (patch)
treeba2a118ba9786276a920342da18af38dbfe0d767 /setup.py
parent486cea35e0cc16ae549ccceea2eab658ce365a94 (diff)
downloadpyserial-68a8a1dea21b5b842bd07d62a0b0ef47236950f9.tar.gz
updates for 1.20 release
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@86 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7acfd30..6858ba3 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ from distutils.core import setup
setup(
name="pyserial",
description="Python Serial Port Extension",
- version="1.19",
+ version="1.20",
author="Chris Liechti",
author_email="cliechti@gmx.net",
url="http://pyserial.sourceforge.net/",