diff --git a/aics_dask_utils/__init__.py b/aics_dask_utils/__init__.py index e115f38..50b20b0 100644 --- a/aics_dask_utils/__init__.py +++ b/aics_dask_utils/__init__.py @@ -8,7 +8,7 @@ __email__ = "jacksonb@alleninstitute.org" # Do not edit this string manually, always use bumpversion # Details in CONTRIBUTING.md -__version__ = "0.2.1" +__version__ = "0.2.2" def get_module_version(): diff --git a/setup.cfg b/setup.cfg index e91eae0..dac6656 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.2.2 commit = True tag = True diff --git a/setup.py b/setup.py index cb78e31..f6e4615 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "coverage>=5.0a4", "flake8>=3.7.7", "ipython>=7.5.0", - "m2r>=0.2.1", + "m2r>=0.2.2", "pytest>=4.3.0", "pytest-cov==2.6.1", "pytest-raises>=0.10", @@ -103,6 +103,6 @@ url="https://github.com/AllenCellModeling/aics_dask_utils", # Do not edit this string manually, always use bumpversion # Details in CONTRIBUTING.rst - version="0.2.1", + version="0.2.2", zip_safe=False, )