diff --git a/CHANGELOG.md b/CHANGELOG.md index ed08102..45b8fe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.2.1] - 2024-07-11 ### Added - Added an attention-augmented CNN-LSTM model @@ -54,7 +56,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Added - Basic skeleton of the package and tested it -[Unreleased]: https://github.com/adnaniazi/capfinder/compare/0.2.0...master +[Unreleased]: https://github.com/adnaniazi/capfinder/compare/0.2.1...master +[0.2.1]: https://github.com/adnaniazi/capfinder/compare/0.2.0...0.2.1 [0.2.0]: https://github.com/adnaniazi/capfinder/compare/0.1.9...0.2.0 [0.1.9]: https://github.com/adnaniazi/capfinder/compare/0.1.8...0.1.9 [0.1.8]: https://github.com/adnaniazi/capfinder/compare/0.1.7...0.1.8 @@ -66,3 +69,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), [0.1.2]: https://github.com/adnaniazi/capfinder/compare/0.1.1...0.1.2 [0.1.1]: https://pypi.org/manage/project/capfinder/release/0.1.1/ [0.1.0]: https://pypi.org/manage/project/capfinder/release/0.1.0/ + diff --git a/pyproject.toml b/pyproject.toml index 0824d5c..b70e25d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "capfinder" -version = "0.2.0" +version = "0.2.1" description = "A package for decoding RNA cap types" authors = [ "Adnan M. Niazi ",