diff --git a/setup.cfg b/setup.cfg index 582f4ca..151badb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.2.1 commit = True tag = True diff --git a/xpartition.py b/xpartition.py index cb98891..d7e064e 100644 --- a/xpartition.py +++ b/xpartition.py @@ -11,7 +11,7 @@ from typing import Callable, Dict, Hashable, Mapping, Sequence, Tuple, Union -__version__ = "0.2.0" +__version__ = "0.2.1" Region = Union[None, Mapping[Hashable, slice]]