aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorArjun Satarkar <me@arjunsatarkar.net>2024-12-21 14:45:02 +0000
committerArjun Satarkar <me@arjunsatarkar.net>2024-12-21 14:46:33 +0000
commitdaee6a2921d42c9d9d87c86da3f1f8fa9e8d911e (patch)
treed1f066f927bf4c7cedb6c741a1a1e72df323c79a /pyproject.toml
parentf1fb64f592913615d76324964a533202c9b324f1 (diff)
downloadsrtfilter-daee6a2921d42c9d9d87c86da3f1f8fa9e8d911e.tar
srtfilter-daee6a2921d42c9d9d87c86da3f1f8fa9e8d911e.tar.gz
srtfilter-daee6a2921d42c9d9d87c86da3f1f8fa9e8d911e.zip
Parse timecodes into numeric components, improve Justfile
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 ed89b87..4a69910 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "srtfilter"
-version = "0.1.1"
+version = "0.2.0"
authors = [
{ name="Arjun Satarkar", email="me@arjunsatarkar.net" },
]