Skip to content

Commit

Permalink
This is 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
buckket committed Feb 5, 2016
1 parent a6eff52 commit 30dabea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='twtxt',
version='1.0.0',
version='1.0.1',

url='https://github.com/buckket/twtxt',

Expand Down
2 changes: 1 addition & 1 deletion twtxt/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ def run_post_tweet_hook(hook, options):
except KeyError:
click.echo("✗ Invalid variables in post_tweet_hook.")
return False
subprocess.run(command, shell=True, stdout=subprocess.PIPE)
subprocess.call(command, shell=True, stdout=subprocess.PIPE)

0 comments on commit 30dabea

Please sign in to comment.