diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
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"), |