diff --git a/aiodiscover/__init__.py b/aiodiscover/__init__.py index cafbd7f..0d79686 100644 --- a/aiodiscover/__init__.py +++ b/aiodiscover/__init__.py @@ -4,7 +4,7 @@ __email__ = "nick@koston.org" # Do not edit this string manually, always use bumpversion # Details in CONTRIBUTING.md -__version__ = "1.5.1" +__version__ = "1.6.0" from .discovery import DiscoverHosts # noqa: F401 diff --git a/setup.cfg b/setup.cfg index 4d6ef09..252998f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.1 +current_version = 1.6.0 commit = True tag = True diff --git a/setup.py b/setup.py index ea13614..de06db7 100644 --- a/setup.py +++ b/setup.py @@ -88,6 +88,6 @@ url="https://github.com/bdraco/aiodiscover", # Do not edit this string manually, always use bumpversion # Details in CONTRIBUTING.rst - version="1.5.1", + version="1.6.0", zip_safe=False, )