We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62bbc9 commit 90b3deaCopy full SHA for 90b3dea
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.1'
+release = '1.6.2'
28
29
master_doc = 'index'
30
pyVoIP/__init__.py
@@ -1,6 +1,6 @@
1
__all__ = ["SIP", "RTP", "VoIP"]
2
3
-version_info = (1, 6, 1)
+version_info = (1, 6, 2)
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.1',
+ version='1.6.2',
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