We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2e18c commit f504f45Copy full SHA for f504f45
docs/conf.py
@@ -24,7 +24,7 @@
24
author = 'Tayler J Porter'
25
26
# The full version, including alpha/beta/rc tags
27
-release = '1.6.4'
+release = '1.6.5-rc.1'
28
29
master_doc = 'index'
30
pyVoIP/__init__.py
@@ -1,6 +1,6 @@
1
__all__ = ["SIP", "RTP", "VoIP"]
2
3
-version_info = (1, 6, 4)
+version_info = (1, 6, "5-rc.1")
4
5
__version__ = ".".join([str(x) for x in version_info])
6
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name="pyVoIP",
10
- version="1.6.4",
+ version="1.6.5-rc.1",
11
description="PyVoIP is a pure python VoIP/SIP/RTP library.",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
0 commit comments