Skip to content

Commit

Permalink
release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kylejb committed Sep 5, 2022
1 parent eedf0e0 commit 74c4a40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 0.4.2 (2022-09-05)

### mypy

Expand Down Expand Up @@ -28,7 +28,7 @@ The following models were extended from `Observations` to support static typing:
### Internal

- Bump all development dependencies to latest.
- Extend tests to check for expected attributes. [TODO: add type checks]
- Extend tests to check for expected attributes.

## 0.4.1 (2022-08-31)

Expand Down
2 changes: 1 addition & 1 deletion pybuoy/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ class RealtimeDatasets(Enum):
"txt",
]

__version__ = "0.4.0"
__version__ = "0.4.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pybuoy"
version = "0.4.1"
version = "0.4.2"
description = "Python wrapper for NDBC data."
authors = ["Kyle J. Burda <kylejbdev@gmail.com>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 74c4a40

Please sign in to comment.