Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jun 18, 2017
1 parent 596ed80 commit e68e09f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
exit(-1)

setup(name='zirc',
version='1.2.6',
version='1.2.7',
description='Python IRCP Library',
long_description=long_description,
url='https://github.com/itslukej/zirc',
Expand Down
2 changes: 1 addition & 1 deletion zirc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .ext.proxy import SOCKS4, SOCKS5, HTTP, Proxy
from .ext.fifo import Fifo
from .caps import Caps
__version__ = '1.2.6'
__version__ = '1.2.7'

0 comments on commit e68e09f

Please sign in to comment.