From 83d7f0354610f07fffd5d86063a87b052298e958 Mon Sep 17 00:00:00 2001 From: Ahmed AlSahaf Date: Mon, 11 Dec 2023 14:38:27 +0300 Subject: [PATCH] Bump version to 6.1.0 --- cognite/extractorutils/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"