From 618de5363d4b045e9d02c579d927fff13346cd20 Mon Sep 17 00:00:00 2001 From: Phoenix Zerin Date: Sat, 14 Oct 2017 20:35:18 +1300 Subject: [PATCH 1/2] =?UTF-8?q?Removed=20emoji=20from=20`check=5Finstallat?= =?UTF-8?q?ion`=20=F0=9F=98=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyota_ccurl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyota_ccurl.py b/pyota_ccurl.py index 229ffc9..4be9213 100644 --- a/pyota_ccurl.py +++ b/pyota_ccurl.py @@ -25,9 +25,9 @@ def check_installation(): correctly. """ print( - '😸 CCurl is installed correctly!' + 'Hooray! CCurl is installed correctly!' if is_installed() - else '😿 CCurl is NOT installed correctly!' + else 'Aww, man! CCurl is NOT installed correctly!' ) print('For support, visit the #iota-libs-pyota channel on the IOTA Slack.') print('https://slack.iota.org/') From cca8ace8cd6a1e34885952d59351ea17d29e6d55 Mon Sep 17 00:00:00 2001 From: Phoenix Zerin Date: Sat, 14 Oct 2017 20:36:47 +1300 Subject: [PATCH 2/2] 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,