summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorClayton G. Hobbs <clay@lakeserv.net>2016-04-30 22:07:42 -0400
committerClayton G. Hobbs <clay@lakeserv.net>2016-04-30 22:07:42 -0400
commit55f3c7b52c7bf42eed0b34651ea9b80cf61b72bc (patch)
treea011d44ccd4631f8e57c4f3b5ad1bff57e9f2d15 /setup.py
parent7e62fce409fee102610762a05a27c851237fe479 (diff)
Update version number to 0.1.1
Since I fixed a critical bug, I think a new version number is in order.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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"),