From cca8ace8cd6a1e34885952d59351ea17d29e6d55 Mon Sep 17 00:00:00 2001 From: Phoenix Zerin Date: Sat, 14 Oct 2017 20:36:47 +1300 Subject: [PATCH] Bumping version number. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2d84e6f..82fc377 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ name = 'PyOTA-CCurl', description = 'C Curl extension for PyOTA', url = 'https://github.com/todofixthis/pyota-ccurl', - version = '1.0.8', + version = '1.0.9', long_description = long_description,