Skip to content

Commit

Permalink
pydle v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shizmob committed Dec 20, 2016
1 parent 00913c5 commit 72efad2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pydle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from .features.ircv3.cap import NEGOTIATING as CAPABILITY_NEGOTIATING, FAILED as CAPABILITY_FAILED, NEGOTIATED as CAPABILITY_NEGOTIATED

__name__ = 'pydle'
__version__ = '0.8.2'
__version_info__ = (0, 8, 2)
__version__ = '0.8.3'
__version_info__ = (0, 8, 3)
__license__ = 'BSD'


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

setup(
name='pydle',
version='0.8.2',
version='0.8.3',
packages=[
'pydle',
'pydle.features',
Expand Down

0 comments on commit 72efad2

Please sign in to comment.