Skip to content

Commit 1304191

Browse files
committed
bump: version 1.0.0 → 1.0.1
1 parent af98fb4 commit 1304191

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.0.1 (2021-07-31)
2+
3+
### Refactor
4+
5+
- **cli**: add short info about application
6+
17
## 1.0.0 (2021-07-30)
28

39
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.commitizen]
33
name = "cz_conventional_commits"
4-
version = "1.0.0"
4+
version = "1.0.1"
55
tag_format = "$version"
66
version_files = [
77
"setup.py",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="git-credential-netconf",
5-
version="1.0.0",
5+
version="1.0.1",
66
author="Arunanshu Biswas",
77
author_email="mydellpc07@gmail.com",
88
description="",

0 commit comments

Comments
 (0)