From 792e654b6ef53b225971b9086bab2cb01ab86f86 Mon Sep 17 00:00:00 2001 From: Paul-Emmanuel Raoul Date: Fri, 1 Jan 2016 20:39:21 +0100 Subject: [PATCH] update version in 'setup.py' file --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b094c19..833985f 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name = 'python4yahdlc', - version = '1.0.1', + version = '1.0.2', description = 'Python bindings for the yahdlc library', license = 'GPLv3', keywords = 'hdlc yahdlc bindings',