Skip to content

Commit e68e09f

Browse files
committed
Bump version
1 parent 596ed80 commit e68e09f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
exit(-1)
1010

1111
setup(name='zirc',
12-
version='1.2.6',
12+
version='1.2.7',
1313
description='Python IRCP Library',
1414
long_description=long_description,
1515
url='https://github.com/itslukej/zirc',

zirc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from .ext.proxy import SOCKS4, SOCKS5, HTTP, Proxy
66
from .ext.fifo import Fifo
77
from .caps import Caps
8-
__version__ = '1.2.6'
8+
__version__ = '1.2.7'

0 commit comments

Comments
 (0)