updated versioning to 5.2

This commit is contained in:
Blake J. Harnden 2018-07-06 14:26:33 -07:00
parent 90f95c633f
commit 3fb8ae0439
6 changed files with 8 additions and 8 deletions

View file

@ -14,7 +14,7 @@
}
},
"root": {
"level": "DEBUG",
"level": "INFO",
"handlers": ["console"]
}
}

View file

@ -39,7 +39,7 @@ data_files.extend(recursive_files(_EXAMPLES_DIR, "examples"))
setup(
name="core",
version="5.1",
version="5.2",
packages=find_packages(),
install_requires=[
"enum34",