From 55f3c7b52c7bf42eed0b34651ea9b80cf61b72bc Mon Sep 17 00:00:00 2001 From: "Clayton G. Hobbs" Date: Sat, 30 Apr 2016 22:07:42 -0400 Subject: Update version number to 0.1.1 Since I fixed a critical bug, I think a new version number is in order. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dc32d65..444eaf0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.rst") as file: setup( name = "KayleeVC", - version = "0.1.0", + version = "0.1.1", author = "Clayton G. Hobbs", author_email = "clay@lakeserv.net", description = ("Somewhat fancy voice command recognition software"), -- cgit 1.4.1