diff --git a/src/ianitor/__init__.py b/src/ianitor/__init__.py index 5e18e73..a7a81dd 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, 1) # PEP 386 +VERSION = (0, 0, 2) # PEP 386 __version__ = ".".join([str(x) for x in VERSION])