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 5c69f6f commit f4f409cCopy full SHA for f4f409c
setup.py
@@ -8,7 +8,7 @@
8
9
setup(
10
name="aco_routing",
11
- version="1.1.0",
+ version="1.1.1",
12
packages=find_packages(exclude="tests"),
13
description="A Python package to find the shortest path in a graph using Ant Colony Optimization (ACO)",
14
long_description=long_description,
0 commit comments