We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe5e38 commit 0043125Copy full SHA for 0043125
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.0.9
2
+## Bugifxes
3
+- update return type annoation (see #55)
4
+
5
# 1.0.8
6
## Performance
7
- huge performance update by reducing lookup time for smallest entry in heapq. (see #53, thanks to @peterchenadded)
setup.py
@@ -11,7 +11,7 @@
11
long_description=long_description,
12
long_description_content_type="text/markdown",
13
url="https://github.com/brean/python-pathfinding",
14
- version="1.0.8",
+ version="1.0.9",
15
license="MIT",
16
author="Andreas Bresser",
17
packages=find_packages(),
0 commit comments