Skip to content

Commit

Permalink
Version bump: 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mysh committed Dec 7, 2023
1 parent a057836 commit 3ae1917
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.2'
release = '0.0.3'

# -- 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.2"
version = "0.0.3"
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
@@ -1,4 +1,4 @@
__version__ = '0.0.2'
__version__ = '0.0.3'

import logging
from dlis_writer.utils.logging import install_logger
Expand Down

0 comments on commit 3ae1917

Please sign in to comment.