Skip to content

Commit

Permalink
Declare NonBlockingReader at package level
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ball committed Nov 13, 2020
1 parent 3808d71 commit 0a55b4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.7.0: Declare NonBlockingReader at package level

0.6.0: Ensure that select returns True after end of file.

0.5.3: Fix TROVE classifiers
Expand Down
4 changes: 3 additions & 1 deletion non_blocking_io_wrapper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
try:
from .version import version as __version__
except ImportError:
__version__ = '0.0.0'
__version__ = '0.0.0'

from .non_blocking_reader import NonBlockingReader

0 comments on commit 0a55b4e

Please sign in to comment.