Skip to content

Commit

Permalink
Changing to 1.5.4 due to PyPI conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
tayler6000 committed Feb 24, 2022
1 parent 7ae682b commit e1ac921
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'Tayler J Porter'

# The full version, including alpha/beta/rc tags
release = '1.5.3'
release = '1.5.4'

master_doc = 'index'

Expand Down
2 changes: 1 addition & 1 deletion pyVoIP/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

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

version_info = (1, 5, 3)
version_info = (1, 5, 4)

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='pyVoIP',
version='1.5.3',
version='1.5.4',
description='PyVoIP is a pure python VoIP/SIP/RTP library.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit e1ac921

Please sign in to comment.