summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2003-09-30 00:01:02 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2003-09-30 00:01:02 +0000
commitf1504f85ec331283e1917ff7ce5009e5c6373ff5 (patch)
treec9e54a223943bda990643c3c6614231eaefa213c /setup.py
parent75f327e5df9021acf50066f90b64236f37bbaef1 (diff)
downloadpyserial-f1504f85ec331283e1917ff7ce5009e5c6373ff5.tar.gz
updated for release 1.21
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@89 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 61acc2c..d5a908d 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.20",
+ version="1.21",
author="Chris Liechti",
author_email="cliechti@gmx.net",
url="http://pyserial.sourceforge.net/",