Skip to content

Commit 8bf3b82

Browse files
committed
Github & pypy issue.
1 parent a27536c commit 8bf3b82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

async_irc_client/async_irc_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = "coretaxxe"
2-
__version__ = "1.0.2"
2+
__version__ = "1.0.3"
33

44
import asyncio
55
import datetime

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='AsyncIRCClient',
8-
version='1.0.2',
8+
version='1.0.3',
99
description='Async IRC Client',
1010
long_description=long_description,
1111
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)