Skip to content

Commit 9661f7e

Browse files
Update README
1 parent 9781c5c commit 9661f7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $ pip install aco_routing
3232
3333
Import all the dependencies.
3434
```python
35-
from aco_routing.utils.graph import Graph, Dijkstra, ACO
35+
from aco_routing import Graph, Dijkstra, ACO
3636
```
3737

3838
Create a `Graph` object.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="aco_routing",
11-
version="1.0.5",
11+
version="1.0.6",
1212
packages=find_packages(exclude="tests"),
1313
description="A Python package to find the shortest path in a graph using Ant Colony Optimization (ACO)",
1414
long_description=long_description,

0 commit comments

Comments
 (0)