Bump to v0.3 v0.3
authorW. Trevor King <wking@tremily.us>
Sun, 14 Apr 2013 18:43:59 +0000 (14:43 -0400)
committerW. Trevor King <wking@tremily.us>
Sun, 14 Apr 2013 18:43:59 +0000 (14:43 -0400)
Changes since v0.2:
15b1f4b Add Python 2.x compatibility for urllib's urlencode

ipythonirc/__init__.py

index 297d8c82082caf0435a96b1418a860e0a0e708ef..5b1e82084d17ddbe3c82a5e91d05eb5abad442bd 100644 (file)
@@ -26,7 +26,7 @@ except ImportError:  # Python 2.x
 import IPython.display as _IPython_display
 
 
-__version__ = '0.2'
+__version__ = '0.3'
 
 __all__ = ['IRC']