From 5a022bf7c59dada3c95902af483183af5b82e581 Mon Sep 17 00:00:00 2001 From: Oliver Sherouse Date: Mon, 25 Mar 2019 22:25:28 -0400 Subject: [PATCH] 0.1.0 release --- pyproject.toml | 2 +- yo.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 408b886..6d70f3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "GPL-2.0+" diff --git a/yo.py b/yo.py index ac3f1f0..d955737 100755 --- a/yo.py +++ b/yo.py @@ -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):