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 8cde004 commit 73b65a6Copy full SHA for 73b65a6
setup.py
@@ -8,7 +8,7 @@
8
9
setup(
10
name="aco_routing",
11
- version="1.0.1",
+ version="1.0.2",
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