Browse Source

Update version number to 0.1.1

Since I fixed a critical bug, I think a new version number is in order.
Clara Hobbs 8 years ago
parent
commit
55f3c7b52c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      setup.py

+ 1
- 1
setup.py View File

5
 
5
 
6
 setup(
6
 setup(
7
     name = "KayleeVC",
7
     name = "KayleeVC",
8
-    version = "0.1.0",
8
+    version = "0.1.1",
9
     author = "Clayton G. Hobbs",
9
     author = "Clayton G. Hobbs",
10
     author_email = "clay@lakeserv.net",
10
     author_email = "clay@lakeserv.net",
11
     description = ("Somewhat fancy voice command recognition software"),
11
     description = ("Somewhat fancy voice command recognition software"),

Loading…
Cancel
Save