Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #20 from todofixthis/release/1.0.9
Browse files Browse the repository at this point in the history
Release/1.0.9
  • Loading branch information
todofixthis authored Oct 14, 2017
2 parents f286d70 + cca8ace commit f22965e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyota_ccurl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit f22965e

Please sign in to comment.