diff --git a/src/ianitor/__init__.py b/src/ianitor/__init__.py index be953cf..70be3ac 100644 --- a/src/ianitor/__init__.py +++ b/src/ianitor/__init__.py @@ -18,5 +18,5 @@ # along with ianitor. If not, see . # flake8: noqa -VERSION = (0, 0, 4) # PEP 386 +VERSION = (0, 0, 5) # PEP 386 __version__ = ".".join([str(x) for x in VERSION])