summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2003-10-04 16:10:39 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2003-10-04 16:10:39 +0000
commitb7708418b10cf48876aa4126289680483766d58e (patch)
treefcfc12e3ee6948182bc4d6345201b7eaf408b109 /setup.py
parentfd9e0bbea45f8f5606bfdeebfdc070c38f094eb4 (diff)
downloadpyserial-b7708418b10cf48876aa4126289680483766d58e.tar.gz
2.0b2 release
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@96 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 3ce4d54..59c7467 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="2.0b1",
+ version="2.0b2",
author="Chris Liechti",
author_email="cliechti@gmx.net",
url="http://pyserial.sourceforge.net/",