Skip to content

Commit 2ed38a3

Browse files
committed
1.0.0
We will use semantic versioning going forward.
1 parent d4ab987 commit 2ed38a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pylibsrtp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from ._binding import ffi, lib
55

66
__all__ = ["Error", "Policy", "Session", "__version__"]
7-
__version__ = "0.12.0"
7+
__version__ = "1.0.0"
88

99

1010
ERRORS = [

0 commit comments

Comments
 (0)