diff --git a/patchly/__init__.py b/patchly/__init__.py index 16c28af..142161d 100644 --- a/patchly/__init__.py +++ b/patchly/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.17" +__version__ = "0.0.18" from patchly.sampler import GridSampler, SamplingMode from patchly.aggregator import Aggregator