From 49aa387ecceea73f67b36303fb62efe946c72103 Mon Sep 17 00:00:00 2001 From: Logan Gunthorpe Date: Thu, 8 Aug 2019 14:22:44 -0600 Subject: [PATCH] Bumped version number to 0.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.",