diff --git a/cognite/extractorutils/__init__.py b/cognite/extractorutils/__init__.py index f4092f1c..7c10f06f 100644 --- a/cognite/extractorutils/__init__.py +++ b/cognite/extractorutils/__init__.py @@ -16,5 +16,5 @@ Cognite extractor utils is a Python package that simplifies the development of new extractors. """ -__version__ = "6.0.1" +__version__ = "6.1.0" from .base import Extractor diff --git a/pyproject.toml b/pyproject.toml index f63cf01c..70a759bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cognite-extractor-utils" -version = "6.0.1" +version = "6.1.0" description = "Utilities for easier development of extractors for CDF" authors = ["Mathias Lohne "] license = "Apache-2.0"