Skip to content

Commit

Permalink
Jump to version 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hiancdtrsnm committed Sep 16, 2020
1 parent 7b4830e commit 56bf7f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "video-diet"
version = "0.1.7"
version = "0.1.8"
description = ""
authors = ["hian <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion video_diet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
else:
import pexpect as expect

__version__ = '0.1.7'
__version__ = '0.1.8'

pattern_duration = re.compile('duration[ \t\r]?:[ \t\r]?(.+?),[ \t\r]?start',re.IGNORECASE)
pattern_progress = re.compile('time=(.+?)[ \t\r]?bitrate',re.IGNORECASE)
Expand Down

0 comments on commit 56bf7f1

Please sign in to comment.