diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5018cea..0834263 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,8 +11,8 @@ The format is based on `Keep a Changelog`_, and this project adheres to `Semanti Categories for changes are: Added, Changed, Deprecated, Removed, Fixed, Security. -Version `0.1.0 `__ +Version `1.0.0 `__ ---------------------------------------------------------------------------- -Release date: YYYY-MM-DD. -Initial release (to be released). +Release date: 2024-12-03. +Initial release. diff --git a/bioscan_dataset/__meta__.py b/bioscan_dataset/__meta__.py index b9d64cb..89d39aa 100644 --- a/bioscan_dataset/__meta__.py +++ b/bioscan_dataset/__meta__.py @@ -1,6 +1,6 @@ name = "bioscan-dataset" path = name.lower().replace("-", "_").replace(" ", "_") -version = "0.1.dev0" +version = "1.0.0" author = "Scott C. Lowe" author_email = "scott.code.lowe@gmail.com" description = "PyTorch torchvision-style datasets for BIOSCAN-1M and BIOSCAN-5M."