Skip to content

Commit 04fa5bd

Browse files
committed
Bump to 1.1
1 parent 066360d commit 04fa5bd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGES
22
=======
33

4+
1.1.0 (2016-10-20)
5+
------------------
6+
7+
* Rename to `async-timeout`
8+
49
1.0.0 (2016-09-09)
510
------------------
611

async_timeout/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import asyncio
22

33

4-
__version__ = '1.0.0'
4+
__version__ = '1.1.0'
55

66

77
class timeout:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def read(name):
1919
return f.read()
2020

2121

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

0 commit comments

Comments
 (0)