From e0ed0388f4391de5a26bc0941a32d7679ac9e502 Mon Sep 17 00:00:00 2001 From: Sam Lavigne Date: Tue, 12 Jul 2022 10:33:29 -0400 Subject: [PATCH] bump version --- pyproject.toml | 2 +- tests/test_videogrep.py | 2 +- videogrep/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7484fc3..1977d40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "videogrep" -version = "2.1.1" +version = "2.1.2" description = "Videogrep is a command line tool that searches through dialog in video files and makes supercuts based on what it finds. Like grep but for video." authors = ["Sam Lavigne "] license = "Anti-Capitalist" diff --git a/tests/test_videogrep.py b/tests/test_videogrep.py index 0c35c86..241d15f 100644 --- a/tests/test_videogrep.py +++ b/tests/test_videogrep.py @@ -14,7 +14,7 @@ def File(path): def test_version(): - assert videogrep.__version__ == "2.1.1" + assert videogrep.__version__ == "2.1.2" def test_srts(): diff --git a/videogrep/__init__.py b/videogrep/__init__.py index a047969..2f13e68 100644 --- a/videogrep/__init__.py +++ b/videogrep/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.1.1" +__version__ = "2.1.2" from . import vtt, srt, sphinx, fcpxml from .videogrep import (