Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed May 5, 2018
1 parent 0168539 commit 0ed97f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"python.pythonPath": "${workspaceFolder}/virtual/bin/python"
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='socket.io-emitter',
version='0.1.4',
version='0.1.5',
author='Ziya SARIKAYA',
author_email='sarikayaziya@gmail.com',
packages=['socket_io_emitter'],
Expand Down
2 changes: 1 addition & 1 deletion socket_io_emitter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__author__ = 'Ziya SARIKAYA'
__copyright__ = 'Copyright 2014 Ziya SARIKAYA @ziyasal'
__license__ = 'MIT License'
__version__ = '0.1.4'
__version__ = '0.1.5'
__url__ = 'https://github.com/ziyasal/socket.io-python-emitter'
__download_url__ = 'https://pypi.org/project/socket.io-emitter/'
__description__ = 'Python implementation of socket.io-emitter.'
Expand Down

0 comments on commit 0ed97f0

Please sign in to comment.