Skip to content

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eight04 committed May 11, 2018
1 parent 62cd3f7 commit bcab0d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pyxcute
version = 0.5.0
version = 0.5.1
description = A small task runner inspired by npm scripts.
author = eight
author_email = eight04@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion xcute/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import subprocess
import traceback

__version__ = "0.5.0"
__version__ = "0.5.1"

def f(text):
"""Format the string with :const:`conf`.
Expand Down

0 comments on commit bcab0d9

Please sign in to comment.