From 1a38db17e81a915f021748c55f4192c28dd9565a Mon Sep 17 00:00:00 2001 From: DominikaDlugosz Date: Wed, 13 Mar 2024 10:59:10 +0100 Subject: [PATCH] Version 0.0.9 --- docs/changelog.rst | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- src/dlis_writer/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 45010dfb..cddd6f3b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,7 +3,7 @@ Changelog Version 0.0.9 ------------- -**Multiple Origins, processing input files, documentation (pending)** +**Multiple Origins, processing input files, documentation** * Added the possibility to have multiple Origin objects in the created file. The first added Origin is automatically used as the *defining Origin* of the file, but an alternative Origin reference diff --git a/docs/conf.py b/docs/conf.py index cb4da8a2..25f4a2b3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = 'DLIS Writer' copyright = '2023, Well ID' author = 'Dominika Dlugosz, Kamil Grunwald, Omer Faruk Sari' -release = '0.0.8' +release = '0.0.9' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 4d218238..129e0af2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "dlis-writer" -version = "0.0.8" +version = "0.0.9" authors = [ { name="Dominika Dlugosz", email="dominika.dlugosz@wellid.no" }, { name="Kamil Grunwald", email="kamil.grunwald@wellid.no" }, diff --git a/src/dlis_writer/__init__.py b/src/dlis_writer/__init__.py index db2838f1..024e12cd 100644 --- a/src/dlis_writer/__init__.py +++ b/src/dlis_writer/__init__.py @@ -6,4 +6,4 @@ from dlis_writer.utils.source_data_wrappers import SourceDataWrapper, DictDataWrapper, NumpyDataWrapper, HDF5DataWrapper -__version__ = '0.0.8' +__version__ = '0.0.9'