Skip to content

Commit

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

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

##### 0.0.4: All DLIS objects added
Exposed all types of DLIS objects (WellReferencePoint, Group, Message, etc.)
in `DLISFile` through `add_<object>` methods (e.g. `add_group`).
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.4"
version = "0.0.5"
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.4'
__version__ = '0.0.5'

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

0 comments on commit 1504069

Please sign in to comment.