From 9b55a5ee9d04446f74a4218505aa11939d7f4db7 Mon Sep 17 00:00:00 2001 From: cliechti Date: Fri, 6 Dec 2002 00:21:52 +0000 Subject: prepare for release 1.18 git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@65 f19166aa-fa4f-0410-85c2-fa1106f25c8a --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9664a81..76566ac 100644 --- a/setup.py +++ b/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/", -- cgit v1.2.1