We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0600a9 commit 40771a0Copy full SHA for 40771a0
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.0.19
2
+## Bugfix
3
+ - Fix cleanup for World (by @magicguy38)
4
+
5
# 1.0.18
6
## Feature
7
- added Bi-directional BFS (by @PraneethJain)
meta.yaml
@@ -1,6 +1,6 @@
package:
name: pathfinding
- version: 1.0.18
+ version: 1.0.19
source:
path: ./
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.18",
+ version="1.0.19",
15
license="MIT",
16
author="Andreas Bresser",
17
packages=find_packages(),
0 commit comments