Skip to content

Commit 72efad2

Browse files
committed
pydle v0.8.3
1 parent 00913c5 commit 72efad2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pydle/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
from .features.ircv3.cap import NEGOTIATING as CAPABILITY_NEGOTIATING, FAILED as CAPABILITY_FAILED, NEGOTIATED as CAPABILITY_NEGOTIATED
66

77
__name__ = 'pydle'
8-
__version__ = '0.8.2'
9-
__version_info__ = (0, 8, 2)
8+
__version__ = '0.8.3'
9+
__version_info__ = (0, 8, 3)
1010
__license__ = 'BSD'
1111

1212

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='pydle',
5-
version='0.8.2',
5+
version='0.8.3',
66
packages=[
77
'pydle',
88
'pydle.features',

0 commit comments

Comments
 (0)