diff --git a/setup.py b/setup.py index 946b46b..f10b400 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ from distutils.core import setup setup(name='pyft232', - version='0.8', + version='0.9', description="Python bindings to d2xx and libftdi to access FT232 chips with " "the same interface as pyserial. Using this method gives easy access " "to the additional features on the chip like CBUS GPIO.",