Skip to content

Commit

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

---
## Release log
##### 0.0.8 API improvements & fixes (pending)
##### 0.0.8 API improvements & fixes
- Removed representation code setters from `Attribute`.
- More value type and representation code (repr code inferred from value) checks.
- Setting up `Attribute`s' values and units together using `dict` or a new `AttrSetup` class.
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.7'
release = '0.0.8'

# -- 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.7"
version = "0.0.8"
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
Expand Up @@ -6,4 +6,4 @@
from dlis_writer.utils.source_data_wrappers import SourceDataWrapper, DictDataWrapper, NumpyDataWrapper, HDF5DataWrapper


__version__ = '0.0.1'
__version__ = '0.0.8'

0 comments on commit 733ed78

Please sign in to comment.