Skip to content

Commit ae47d80

Browse files
committed
Bump version
1 parent d322f06 commit ae47d80

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ This library is used as the basis for the
1919
but it can also be used by itself. Imageio provides a higher level API,
2020
and adds support for e.g. cameras and seeking.
2121

22+
This library was created before [PyAV](https://github.com/PyAV-Org/PyAV) was a thing. But now they have binary wheels for many platforms. You should probably use `PyAV` instead; it is faster and offers more features.
23+
2224

2325
## Installation
2426

imageio_ffmpeg/_definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import platform
33

44

5-
__version__ = "0.5.1"
5+
__version__ = "0.6.0"
66

77

88
def get_platform():

0 commit comments

Comments
 (0)