Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kata198 committed Jul 23, 2019
1 parent 293f06c commit eb46438
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions nonblock/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'''
Copyright (c) 2015-2016 Timothy Savannah under terms of LGPLv2. You should have received a copy of this LICENSE with this distribution.
Copyright (c) 2015-2016, 2017, 2019 Timothy Savannah under terms of LGPLv2. You should have received a copy of this LICENSE with this distribution.
Contains pure-python functions for non-blocking IO in python
'''
Expand All @@ -14,6 +14,6 @@

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

__version__ = '4.0.0'
__version_tuple = (4, 0, 0)
__version__ = '4.0.1'
__version_tuple = (4, 0, 1)

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
long_description = summary

setup(name='python-nonblock',
version='4.0.0',
version='4.0.1',
packages=['nonblock'],
author='Tim Savannah',
author_email='[email protected]',
Expand Down

0 comments on commit eb46438

Please sign in to comment.