diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0a8d040f..a0f01740 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.2.0 +current_version = 3.2.1 tag_name = {new_version} commit = True tag = True diff --git a/nomenklatura/__init__.py b/nomenklatura/__init__.py index 21044c1e..3875a1bb 100644 --- a/nomenklatura/__init__.py +++ b/nomenklatura/__init__.py @@ -4,7 +4,7 @@ from nomenklatura.store import Store, View from nomenklatura.index import Index -__version__ = "3.2.0" +__version__ = "3.2.1" __all__ = [ "Dataset", "CompositeEntity", diff --git a/setup.py b/setup.py index 8195d40a..1c9a4285 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="nomenklatura", - version="3.2.0", + version="3.2.1", description="Make record linkages in followthemoney data.", long_description=long_description, long_description_content_type="text/markdown",