diff options
author | cliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a> | 2002-12-06 00:21:52 +0000 |
---|---|---|
committer | cliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a> | 2002-12-06 00:21:52 +0000 |
commit | 33b040d48ec037c790e2946046405464138f4bda (patch) | |
tree | 5218e9e506185bb21ff86fdacc8e3766a227d6b4 /pyserial/setup.py | |
parent | f5831e06b5cb0cb5da4142ca60b5a73ff41830d3 (diff) | |
download | pyserial-git-33b040d48ec037c790e2946046405464138f4bda.tar.gz |
prepare for release 1.18
Diffstat (limited to 'pyserial/setup.py')
-rw-r--r-- | pyserial/setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyserial/setup.py b/pyserial/setup.py index 9664a81..76566ac 100644 --- a/pyserial/setup.py +++ b/pyserial/setup.py @@ -1,6 +1,5 @@ # setup.py from distutils.core import setup -from glob import glob #windows installer: # python setup.py bdist_wininst @@ -8,7 +7,7 @@ from glob import glob setup( name="pyserial", description="Python Serial Port Extension", - version="1.17", + version="1.18", author="Chris Liechti", author_email="cliechti@gmx.net", url="http://pyserial.sourceforge.net/", |