summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorSam Scholten2025-10-30 15:31:14 +1000
committerSam Scholten2025-10-30 15:31:14 +1000
commitfb256f5add760d891835c89ac26387cc4e2bac12 (patch)
tree7fff52e17aa88ee14897bd1f4144c0d8837aa646 /pyproject.toml
parent644676e661f2312f5262c49e1e3bb8a201a1c0d9 (diff)
downloadscopekit-746714197e12d34e716280750c6fa6748da382ca.tar.gz
scopekit-746714197e12d34e716280750c6fa6748da382ca.zip
Fix: Show whole numbers for seconds labels to be less verbosev1.0.6
Previously seconds were displayed with 3 decimal places (e.g., 10.142s) which was unnecessarily verbose for large time spans. Now displays as whole numbers (e.g., 10s), which is more appropriate when viewing recordings at the seconds scale where millisecond precision isn't meaningful.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8daf02f..0e83725 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "scopekit"
-version = "1.0.5"
+version = "1.0.6"
description = "General-purpose oscilloscope plotting components."
authors = [{ name = "Sam Scholten", email = "s.scholten@uq.edu.au" }]
requires-python = ">=3.8"