We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c21dc4e commit 5a15a07Copy full SHA for 5a15a07
setup.py
@@ -25,15 +25,15 @@
25
26
setup_args = dict(
27
name=name,
28
- version="1.0.15",
+ version="1.0.16",
29
url="https://github.com/ArtificialIntelligenceToolkit/%s" % name,
30
author="Douglas Blank",
31
description="Python tools for AI",
32
long_description=long_description,
33
long_description_content_type="text/markdown",
34
install_requires=[
35
"aitk.algorithms>=0.0.7",
36
- "aitk.robots>=0.9.30",
+ "aitk.robots>=0.9.31",
37
"aitk.networks>=0.3.13",
38
"aitk.utils>=0.4.3"
39
],
0 commit comments