From 0459e8280488f9746eebce645ef4e5d5bf9965cf Mon Sep 17 00:00:00 2001 From: Caleb Lemoine <21261388+circa10a@users.noreply.github.com> Date: Sat, 27 Oct 2018 21:42:13 -0500 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 48c99fc5..79d58dcb 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='ouroboros-cli', - version='0.2.0', + version='0.2.1', url='https://github.com/circa10a/ouroboros', classifiers=['Programming Language :: Python'], packages=find_packages(exclude=['tests']),