Skip to content

Commit

Permalink
updated to version 0.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
SmithSamuelM committed Jul 18, 2024
1 parent 2927925 commit 8e9e760
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 @@ -44,7 +44,7 @@

setup(
name='hio',
version='0.6.13', # also change in src/hio/__init__.py
version='0.6.14', # 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.6.13' # also change in setup.py
__version__ = '0.6.14' # also change in setup.py

from .hioing import Mixin, HioError, ValidationError, VersionError

0 comments on commit 8e9e760

Please sign in to comment.