We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ab987 commit 2ed38a3Copy full SHA for 2ed38a3
src/pylibsrtp/__init__.py
@@ -4,7 +4,7 @@
4
from ._binding import ffi, lib
5
6
__all__ = ["Error", "Policy", "Session", "__version__"]
7
-__version__ = "0.12.0"
+__version__ = "1.0.0"
8
9
10
ERRORS = [
0 commit comments