Skip to content

Commit

Permalink
bumped version with new Filer support
Browse files Browse the repository at this point in the history
  • Loading branch information
SmithSamuelM committed Sep 24, 2021
1 parent 5b1ecaa commit e022e78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

setup(
name='hio',
version='0.4.9', # also change in src/hio/__init__.py
version='0.5.0', # also change in src/hio/__init__.py
license='Apache Software License 2.0',
description='Hierarchical Concurrency with Async IO',
long_description=("HIO Hierarchical Concurrency and Asynchronous IO Library. "
Expand Down
2 changes: 1 addition & 1 deletion src/hio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
hio package
"""

__version__ = '0.4.9' # also change in setup.py
__version__ = '0.5.0' # also change in setup.py

from .hioing import Mixin, HioError, ValidationError, VersionError

0 comments on commit e022e78

Please sign in to comment.