Skip to content

Commit

Permalink
v0.9.4rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
theunkn0wn1 committed Feb 10, 2020
1 parent 662a23c commit f4b3225
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 @@ -8,8 +8,8 @@
from asyncio import coroutine, Future

__name__ = 'pydle'
__version__ = '0.9.3'
__version_info__ = (0, 9, 3)
__version__ = '0.9.4rc1'
__version_info__ = (0, 9, 4)
__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.9.3',
version='0.9.4rc1',
python_requires=">=3.5",
packages=[
'pydle',
Expand Down

0 comments on commit f4b3225

Please sign in to comment.