Skip to content

Commit eb46438

Browse files
committed
4.0.1
1 parent 293f06c commit eb46438

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

nonblock/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'''
2-
Copyright (c) 2015-2016 Timothy Savannah under terms of LGPLv2. You should have received a copy of this LICENSE with this distribution.
2+
Copyright (c) 2015-2016, 2017, 2019 Timothy Savannah under terms of LGPLv2. You should have received a copy of this LICENSE with this distribution.
33
44
Contains pure-python functions for non-blocking IO in python
55
'''
@@ -14,6 +14,6 @@
1414

1515
__all__ = ('nonblock_read', 'bgwrite', 'bgwrite_chunk', 'BackgroundIOPriority', 'bgread')
1616

17-
__version__ = '4.0.0'
18-
__version_tuple = (4, 0, 0)
17+
__version__ = '4.0.1'
18+
__version_tuple = (4, 0, 1)
1919

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
long_description = summary
1313

1414
setup(name='python-nonblock',
15-
version='4.0.0',
15+
version='4.0.1',
1616
packages=['nonblock'],
1717
author='Tim Savannah',
1818
author_email='kata198@gmail.com',

0 commit comments

Comments
 (0)