Skip to content

Commit

Permalink
release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kylejb committed Mar 26, 2023
1 parent a587416 commit 8ac07cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change Log
==========

Unreleased
----------
0.5.1 (2023-03-26)
------------------

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

__version__ = "0.5.0"
__version__ = "0.5.1"
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.5.0"
version = "0.5.1"
authors = ["Kyle J. Burda <kylejbdev@gmail.com>"]
classifiers=[
"Operating System :: OS Independent",
Expand Down

0 comments on commit 8ac07cc

Please sign in to comment.