diff --git a/cellpack/__init__.py b/cellpack/__init__.py index 40cbe4f3..f5414936 100644 --- a/cellpack/__init__.py +++ b/cellpack/__init__.py @@ -6,7 +6,7 @@ __email__ = "meganr@alleninstitute.org" # Do not edit this string manually, always use bumpversion # Details in CONTRIBUTING.md -__version__ = "1.0.4" +__version__ = "1.0.5" from .autopack.loaders.recipe_loader import RecipeLoader # noqa: F401 diff --git a/setup.cfg b/setup.cfg index 4c4658d1..ee20feeb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.4 +current_version = 1.0.5 commit = True tag = True diff --git a/setup.py b/setup.py index 6160a42a..d0536707 100644 --- a/setup.py +++ b/setup.py @@ -118,6 +118,6 @@ url="https://github.com/mesoscope/cellpack", # Do not edit this string manually, always use bumpversion # Details in CONTRIBUTING.rst - version="1.0.4", + version="1.0.5", zip_safe=False, )