From 0983ced89c56e51a85cae6c0344c0dfa0fabbce8 Mon Sep 17 00:00:00 2001 From: adnaniazi Date: Sun, 7 Jul 2024 14:29:51 +0000 Subject: [PATCH] Release 0.1.5 --- CHANGELOG.md | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afc26f5..05961f6 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.1.5] - 2024-07-07 ### Fixed - Bugs with using the train config functionality @@ -30,9 +32,11 @@ 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.1.4...master +[Unreleased]: https://github.com/adnaniazi/capfinder/compare/0.1.5...master +[0.1.5]: https://github.com/adnaniazi/capfinder/compare/0.1.4...0.1.5 [0.1.4]: https://github.com/adnaniazi/capfinder/compare/0.1.3...0.1.4 [0.1.3]: https://github.com/adnaniazi/capfinder/compare/0.1.2...0.1.3 [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 49ed6b3..b70e565 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "capfinder" -version = "0.1.4" +version = "0.1.5" description = "A package for decoding RNA cap types" authors = [ "Adnan M. Niazi ",