Skip to content

Commit

Permalink
Bump to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 20, 2016
1 parent 066360d commit 04fa5bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,11 @@
CHANGES
=======

1.1.0 (2016-10-20)
------------------

* Rename to `async-timeout`

1.0.0 (2016-09-09)
------------------

Expand Down
2 changes: 1 addition & 1 deletion async_timeout/__init__.py
@@ -1,7 +1,7 @@
import asyncio


__version__ = '1.0.0'
__version__ = '1.1.0'


class timeout:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@ def read(name):
return f.read()


setup(name='async_timeout',
setup(name='async-timeout',
version=version,
description=("Timeout context manager for asyncio programs"),
long_description='\n\n'.join([read('README.rst'),
Expand Down

0 comments on commit 04fa5bd

Please sign in to comment.