diff --git a/CHANGES.rst b/CHANGES.rst index 0946d2e..e704d68 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Change Log ========== -Unreleased ----------- +0.5.1 (2023-03-26) +------------------ Fix ~~~ diff --git a/pybuoy/const.py b/pybuoy/const.py index 3e586c7..e97c6ed 100644 --- a/pybuoy/const.py +++ b/pybuoy/const.py @@ -35,4 +35,4 @@ class RealtimeDatasets(Enum): "txt", ] -__version__ = "0.5.0" +__version__ = "0.5.1" diff --git a/pyproject.toml b/pyproject.toml index a5351c1..f44a74b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybuoy" -version = "0.5.0" +version = "0.5.1" authors = ["Kyle J. Burda "] classifiers=[ "Operating System :: OS Independent",