From c42c0eac938bb8b6b5107e11ed328a67b340fb0a Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawar@subcom.tech>
Date: Thu, 29 Sep 2022 20:00:10 +0530
Subject: [PATCH] feat: version bumped to 0.1.3

---
 CHANGELOG.md   | 7 +++++++
 pyproject.toml | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 09d52ef..2bc663a 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 542ee35..b5bbab6 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"
-- 
GitLab