Skip to content

Commit

Permalink
version 0.1.0 ready for lift off 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
svenevs committed May 14, 2019
1 parent 323d573 commit a14c595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_exec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from .provider import Provider
from .utils import cd, merge_kwargs, set_env, unset_env

__version__ = "0.1.0.dev"
__version__ = "0.1.0"
__all__ = [
# Core imports from ci_exec.colorize module.
"Ansi", "Colors", "Styles", "colorize", "log_stage",
Expand Down

0 comments on commit a14c595

Please sign in to comment.