diff --git a/CHANGELOG.md b/CHANGELOG.md index 09d52ef6ec6453ea4c75088b4f4f36027f5d5943..2bc663a6b1584f133bb338425f85777cab676290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3] - 2022-09-29 +## Added +- Adds the public API. + +## Fixed +- Removed 'submit' command. It will be added later. + ## [0.1.2] - 2022-09-29 ### Added - support of simple command e.g. `bitia run 'samtools --help` diff --git a/pyproject.toml b/pyproject.toml index 542ee3524c43c52d3b686c5480512e7c90c9348a..b5bbab6cc5d866495cb2c436a439753c6a0dcae2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bitia" -version = "0.1.2" +version = "0.1.3" description = "BioInformatics Tool for Infrastructure Automation (BiTIA) CLI utility." authors = ["Dilawar Singh <dilawar@subcom.tech>"] readme = "README.md"