Skip to content

Commit 42546f7

Browse files
committed
version bump -> v0.1.3
1 parent 8836edb commit 42546f7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [0.1.3]
9+
10+
### Fixed
11+
12+
- Fixed `ffmpeg_dir` attribute
13+
814
## [0.1.2]
915

1016
### Fixed
@@ -15,6 +21,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1521

1622
- First release via GitHub Action
1723

18-
[Unreleased]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.2...HEAD
24+
[Unreleased]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.3...HEAD
25+
[0.1.3]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.2...v0.1.3
1926
[0.1.2]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.1...v0.1.2
2027
[0.1.1]: https://github.com/python-ffmpegio/python-ffmpegio/compare/94bbcc4...v0.1.1

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.2"
1+
__version__ = "0.1.3"
22
__all__ = [
33
"ffmpeg_dir",
44
"ffmpeg_version",

0 commit comments

Comments
 (0)