Skip to content

Commit 1cdd2ee

Browse files
committed
bump: version 0.1.0 → 0.1.1
1 parent df68dc2 commit 1cdd2ee

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project attempts to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
***
8+
## v0.1.1 (2021-07-07)
9+
10+
### Fix
11+
12+
- bug in `readme_location`
13+
14+
## v0.1.0 (2021-07-06)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ profile = "black"
1212
known_third_party = ["colorama", "coverage", "faker", "invoke", "pytest"]
1313

1414
[tool.commitizen]
15-
version = "0.1.0"
15+
version = "0.1.1"
1616
version_files = [
1717
"readme_coverage_badger/__init__.py",
1818
"readme_coverage_badger/__main__.py",

readme_coverage_badger/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"

readme_coverage_badger/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
environment you are running this script in.
1010
"""
1111

12-
__version__ = "0.1.0"
12+
__version__ = "0.1.1"
1313

1414

1515
# Python Standard Library

0 commit comments

Comments
 (0)