Skip to content

Commit

Permalink
Release 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
adnaniazi committed Jul 10, 2024
1 parent 2e6d173 commit 23eca53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9] - 2024-07-10
### Fixed
- Fixing issue with ml_libs module not found

Expand Down Expand Up @@ -46,7 +48,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.1.8...master
[Unreleased]: https://github.com/adnaniazi/capfinder/compare/0.1.9...master
[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
[0.1.7]: https://github.com/adnaniazi/capfinder/compare/0.1.6...0.1.7
[0.1.6]: https://github.com/adnaniazi/capfinder/compare/0.1.5...0.1.6
Expand All @@ -56,3 +59,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/

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "capfinder"
version = "0.1.8"
version = "0.1.9"
description = "A package for decoding RNA cap types"
authors = [
"Adnan M. Niazi <adnaniazi@gmail.com>",
Expand Down

0 comments on commit 23eca53

Please sign in to comment.