Skip to content

Commit 685d46e

Browse files
committed
src (fix): triple quote closed
1 parent b178197 commit 685d46e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "practable"
7-
version = "0.0.22"
7+
version = "0.0.23"
88
authors = [
99
{ name="Timothy Drysdale", email="timothy.d.drysdale@gmail.com" },
1010
]

src/practable/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,3 +768,4 @@ def printProgressBar(iteration,
768768
plt.xlabel("time(s)")
769769
plt.ylabel("position(rad)")
770770
plt.legend()
771+
""")

0 commit comments

Comments
 (0)