Skip to content

Commit 00cd068

Browse files
Bump up package version
1 parent 7976657 commit 00cd068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
setup(
1010
name="aco_routing",
11-
version="1.0.4",
11+
version="1.0.5",
1212
packages=find_packages(exclude="tests"),
13-
description="A Python package to find the shortest path in a graph using Ant Colony Optimization (ACO).",
13+
description="A Python package to find the shortest path in a graph using Ant Colony Optimization (ACO)",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
1616
url="https://github.com/hasnainroopawalla/ant-colony-optimization",

0 commit comments

Comments
 (0)