Skip to content

Commit 4e168f8

Browse files
committed
version bump -> v0.1.4
1 parent 9d2c1ca commit 4e168f8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
55

66
## [Unreleased]
77

8+
## [0.1.4]
9+
10+
### Changed
11+
12+
- Switched from `urllib` to `requests` package for HTTP interface
813
## [0.1.3]
914

1015
### Fixed

src/ffmpeg_downloader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.3"
1+
__version__ = "0.1.4"
22
__all__ = [
33
"ffmpeg_dir",
44
"ffmpeg_version",

0 commit comments

Comments
 (0)