Skip to content

Commit 73b65a6

Browse files
Update setup.py
1 parent 8cde004 commit 73b65a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.1",
11+
version="1.0.2",
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)