Skip to content

Commit

Permalink
Merge pull request #2 from OliverSherouse/release-0.1
Browse files Browse the repository at this point in the history
0.1.0 release
  • Loading branch information
OliverSherouse committed Mar 26, 2019
2 parents 0cfc701 + 5a022bf commit 298edd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "yo-runner"
version = "0.1.0.dev"
version = "0.1.0"
description = "A YAML-driven task runner for lazy people"
authors = ["Oliver Sherouse <oliver@oliversherouse.com>"]
license = "GPL-2.0+"
Expand Down
2 changes: 1 addition & 1 deletion yo.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from pathlib import Path

log = logging.getLogger(name="yo")
__version__ = "0.1.0.dev"
__version__ = "0.1.0"


def error(message):
Expand Down

0 comments on commit 298edd4

Please sign in to comment.