From 130419141d7c4d778e433ed22a8057556f1ed028 Mon Sep 17 00:00:00 2001 From: Arunanshu Biswas Date: Sat, 31 Jul 2021 00:25:03 +0530 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.0=20=E2=86=92=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 343937a..9eb6b13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.1 (2021-07-31) + +### Refactor + +- **cli**: add short info about application + ## 1.0.0 (2021-07-30) ### Feat diff --git a/pyproject.toml b/pyproject.toml index ee25384..4c5ad6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.commitizen] name = "cz_conventional_commits" -version = "1.0.0" +version = "1.0.1" tag_format = "$version" version_files = [ "setup.py", diff --git a/setup.py b/setup.py index 146c8b2..24da698 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="git-credential-netconf", - version="1.0.0", + version="1.0.1", author="Arunanshu Biswas", author_email="mydellpc07@gmail.com", description="",