diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 802801dca..7e042af56 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,7 +6,7 @@ dcicutils Change Log ---------- -8.4.1 +8.5.0 ===== * Moved structured_data.py from smaht-portal to here; new portal_utils and data_readers modules. * Strip sheet name in data_readers.Excel; respecte (ignore) hidden sheets. diff --git a/pyproject.toml b/pyproject.toml index 665e08356..9a9e81594 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "8.4.0.1b13" # TODO: To become 8.4.1 +version = "8.5.0" description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" authors = ["4DN-DCIC Team "] license = "MIT"