Skip to content

Commit 5a15a07

Browse files
committed
Version 1.0.16
1 parent c21dc4e commit 5a15a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525

2626
setup_args = dict(
2727
name=name,
28-
version="1.0.15",
28+
version="1.0.16",
2929
url="https://github.com/ArtificialIntelligenceToolkit/%s" % name,
3030
author="Douglas Blank",
3131
description="Python tools for AI",
3232
long_description=long_description,
3333
long_description_content_type="text/markdown",
3434
install_requires=[
3535
"aitk.algorithms>=0.0.7",
36-
"aitk.robots>=0.9.30",
36+
"aitk.robots>=0.9.31",
3737
"aitk.networks>=0.3.13",
3838
"aitk.utils>=0.4.3"
3939
],

0 commit comments

Comments
 (0)