summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2005-08-12 21:04:44 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2005-08-12 21:04:44 +0000
commit4d2ef0bbce04fe31391ff395de2bb19d3062bc17 (patch)
tree757c55cad85e3184009f5eea62ef4862ee78b428 /setup.py
parent799c5a62760c453961f452185a9a1c39b277f3e2 (diff)
downloadpyserial-4d2ef0bbce04fe31391ff395de2bb19d3062bc17.tar.gz
release 2.2
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@140 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 edf608e..3428d40 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ if sys.version < '2.2.3':
setup(
name="pyserial",
description="Python Serial Port Extension",
- version="2.1",
+ version="2.2",
author="Chris Liechti",
author_email="cliechti@gmx.net",
url="http://pyserial.sourceforge.net/",