Skip to content

Commit

Permalink
pydle v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shizmob committed Mar 1, 2016
1 parent 59b4ed0 commit 36f4711
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.1'
__version_info__ = (0, 8, 1)
__version__ = '0.8.2'
__version_info__ = (0, 8, 2)
__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.1',
version='0.8.2',
packages=[
'pydle',
'pydle.features',
Expand Down

0 comments on commit 36f4711

Please sign in to comment.