We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58fd002 commit 019efadCopy full SHA for 019efad
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
3
build-backend = "setuptools.build_meta"
4
[project]
5
name = "py_bsor"
6
-version = "0.9.6"
+version = "0.9.8"
7
authors = [
8
{ name="Carsten Schipmann", email="theschippi+gh@gmail.com" },
9
]
src/bsor/Bsor.py
@@ -295,7 +295,7 @@ def make_wall(f) -> Wall:
295
w.energy = decode_float(f)
296
w.time = decode_float(f)
297
w.spawnTime = decode_float(f)
298
- return Wall
+ return w
299
300
class Height:
301
height: float
0 commit comments