diff --git a/cellpack/__init__.py b/cellpack/__init__.py index b98a0f23..e33611c6 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.7" +__version__ = "1.0.8" from .autopack.loaders.recipe_loader import RecipeLoader # noqa: F401 diff --git a/setup.cfg b/setup.cfg index b41006f7..d9421992 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.7 +current_version = 1.0.8 commit = True tag = True diff --git a/setup.py b/setup.py index b4998a3d..10729b39 100644 --- a/setup.py +++ b/setup.py @@ -121,6 +121,6 @@ url="https://github.com/mesoscope/cellpack", # Do not edit this string manually, always use bumpversion # Details in CONTRIBUTING.rst - version="1.0.7", + version="1.0.8", zip_safe=False, )