diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d882280..88e14fa 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.6 +current_version = 3.1.0 tag_name = {new_version} commit = True tag = True diff --git a/ftmstore/__init__.py b/ftmstore/__init__.py index 09ee6b8..31c71d2 100644 --- a/ftmstore/__init__.py +++ b/ftmstore/__init__.py @@ -6,7 +6,7 @@ from ftmstore.utils import NULL_ORIGIN -__version__ = "3.0.6" +__version__ = "3.1.0" __all__ = ["Dataset", "Store", "get_store", "get_dataset"] diff --git a/setup.py b/setup.py index 1504056..a5e88d7 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="followthemoney-store", - version="3.0.6", + version="3.1.0", description="Store raw and structured FollowTheMoney data from " "different datasets in a data lake", long_description=long_description,