Skip to content

Commit e1ac921

Browse files
committed
Changing to 1.5.4 due to PyPI conflict
1 parent 7ae682b commit e1ac921

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = 'Tayler J Porter'
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = '1.5.3'
27+
release = '1.5.4'
2828

2929
master_doc = 'index'
3030

pyVoIP/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
__all__ = ['SIP', 'RTP', 'VoIP']
33

4-
version_info = (1, 5, 3)
4+
version_info = (1, 5, 4)
55

66
__version__ = ".".join([str(x) for x in version_info])
77

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='pyVoIP',
10-
version='1.5.3',
10+
version='1.5.4',
1111
description='PyVoIP is a pure python VoIP/SIP/RTP library.',
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)