Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
antiboredom committed Jul 12, 2022
1 parent 85c8298 commit e0ed038
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <splavigne@gmail.com>"]
license = "Anti-Capitalist"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_videogrep.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down
2 changes: 1 addition & 1 deletion videogrep/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.1.1"
__version__ = "2.1.2"

from . import vtt, srt, sphinx, fcpxml
from .videogrep import (
Expand Down

0 comments on commit e0ed038

Please sign in to comment.