Skip to content

Commit 90b3dea

Browse files
committed
[CHANGE] Changed version to v1.6.2
1 parent e62bbc9 commit 90b3dea

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.6.1'
27+
release = '1.6.2'
2828

2929
master_doc = 'index'
3030

pyVoIP/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__all__ = ["SIP", "RTP", "VoIP"]
22

3-
version_info = (1, 6, 1)
3+
version_info = (1, 6, 2)
44

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

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.6.1',
10+
version='1.6.2',
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)