We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae682b commit e1ac921Copy full SHA for e1ac921
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.5.3'
+release = '1.5.4'
28
29
master_doc = 'index'
30
pyVoIP/__init__.py
@@ -1,7 +1,7 @@
1
2
__all__ = ['SIP', 'RTP', 'VoIP']
3
4
-version_info = (1, 5, 3)
+version_info = (1, 5, 4)
5
6
__version__ = ".".join([str(x) for x in version_info])
7
setup.py
@@ -7,7 +7,7 @@
8
setup(
9
name='pyVoIP',
10
- version='1.5.3',
+ version='1.5.4',
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