From 14606f177abf53bedca272807637e1ee62cd5174 Mon Sep 17 00:00:00 2001 From: Phoenix Zerin Date: Sun, 26 Mar 2017 17:58:53 -0300 Subject: [PATCH] Bumping version number. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a3ea168..aa2fe1c 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.0a3', + version = '1.0.0a4', long_description = long_description,