Skip to content

Commit

Permalink
build: release v0.3.0 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylejb authored Aug 12, 2022
1 parent f6b665d commit b6c3cb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 0.3.0 (2022-08-12)

### Buoy

Expand Down
2 changes: 1 addition & 1 deletion pybuoy/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from pybuoy.endpoints import API_PATH as API_PATH # noqa: F401

__version__ = "0.2.0"
__version__ = "0.3.0"


class Endpoints(Enum):
Expand Down
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.2.0"
version = "0.3.0"
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 b6c3cb3

Please sign in to comment.