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 9781c5c commit 9661f7eCopy full SHA for 9661f7e
README.md
@@ -32,7 +32,7 @@ $ pip install aco_routing
32
33
Import all the dependencies.
34
```python
35
-from aco_routing.utils.graph import Graph, Dijkstra, ACO
+from aco_routing import Graph, Dijkstra, ACO
36
```
37
38
Create a `Graph` object.
setup.py
@@ -8,7 +8,7 @@
8
9
setup(
10
name="aco_routing",
11
- version="1.0.5",
+ version="1.0.6",
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