Skip to content

Commit 0043125

Browse files
committed
update release version after bugfix
1 parent 1fe5e38 commit 0043125

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.9
2+
## Bugifxes
3+
- update return type annoation (see #55)
4+
15
# 1.0.8
26
## Performance
37
- huge performance update by reducing lookup time for smallest entry in heapq. (see #53, thanks to @peterchenadded)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",
1313
url="https://github.com/brean/python-pathfinding",
14-
version="1.0.8",
14+
version="1.0.9",
1515
license="MIT",
1616
author="Andreas Bresser",
1717
packages=find_packages(),

0 commit comments

Comments
 (0)