Start search functionality

Multiple fixes
This commit is contained in:
BasioMeusPuga
2018-05-24 15:14:56 -04:00
parent 045d8a3e52
commit 62c44730d8
4 changed files with 52 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ HERE = path.abspath(path.dirname(__file__))
MAJOR_VERSION = '0'
MINOR_VERSION = '4'
MICRO_VERSION = '0'
MICRO_VERSION = '1'
VERSION = "{}.{}.{}".format(MAJOR_VERSION, MINOR_VERSION, MICRO_VERSION)
# Get the long description from the README file