Skip to content

Commit

Permalink
Version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mysh committed Jan 15, 2024
1 parent ed16154 commit 2df5890
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ Welcome to `dlis-writer`, possibly the only public Python library for creating D

---
## Release log
##### 0.0.6 Representation codes
Fixed representation codes for numpy dtypes.
Tests & improvements for utils (repr code converter, source data wrappers, etc.).

##### 0.0.5: Cleanup
Some name changes, restructuring. Updated README.

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.4'
release = '0.0.6'

# -- 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.5"
version = "0.0.6"
authors = [
{ name="Dominika Dlugosz", email="[email protected]" },
{ name="Kamil Grunwald", email="[email protected]" },
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.5'
__version__ = '0.0.6'

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

0 comments on commit 2df5890

Please sign in to comment.