Skip to content

Commit

Permalink
Version 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mysh committed Mar 13, 2024
1 parent d9209d5 commit 1a38db1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down
2 changes: 1 addition & 1 deletion src/dlis_writer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from dlis_writer.utils.source_data_wrappers import SourceDataWrapper, DictDataWrapper, NumpyDataWrapper, HDF5DataWrapper


__version__ = '0.0.8'
__version__ = '0.0.9'

0 comments on commit 1a38db1

Please sign in to comment.