From f969745b42ff144d331ebbab3a153e257b84cfec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rogerio=20Saboia=20J=C3=BAnior?= Date: Mon, 23 Sep 2024 08:34:47 +0200 Subject: [PATCH] Bump version 7.4.7 (#368) * bump version * fix typo --- 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 6e9a3a63..69595bfd 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__ = "7.4.6" +__version__ = "7.4.7" from .base import Extractor diff --git a/pyproject.toml b/pyproject.toml index 230b98c3..46433ccb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cognite-extractor-utils" -version = "7.4.6" +version = "7.4.7" description = "Utilities for easier development of extractors for CDF" authors = ["Mathias Lohne "] license = "Apache-2.0"