summaryrefslogtreecommitdiff
path: root/pyserial/setup.py
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2002-07-02 20:00:50 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2002-07-02 20:00:50 +0000
commit20eeeab0ccc0fa1bbfccbede1b50569af999eccb (patch)
tree6203604d648d13415720c7d156315a60bebe25f8 /pyserial/setup.py
parent0550b6f1cb899bcaaa8b6e70d9d9454c89b46fc0 (diff)
downloadpyserial-git-20eeeab0ccc0fa1bbfccbede1b50569af999eccb.tar.gz
changes for release 1.16
Diffstat (limited to 'pyserial/setup.py')
-rw-r--r--pyserial/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyserial/setup.py b/pyserial/setup.py
index b3c7823..e4652d1 100644
--- a/pyserial/setup.py
+++ b/pyserial/setup.py
@@ -8,7 +8,7 @@ from glob import glob
setup(
name="pyserial",
description="Python Serial Port Extension",
- version="1.15",
+ version="1.16",
author="Chris Liechti",
author_email="cliechti@gmx.net",
url="http://pyserial.sourceforge.net/",