Skip to content

Commit b6fe193

Browse files
committed
Bump version: 0.20.0 → 0.21.0
1 parent 5d07931 commit b6fe193

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

setup.cfg

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.20.0
2+
current_version = 0.21.0
33
commit = True
44
tag = True
55

@@ -24,14 +24,14 @@ relative_files = True
2424
source = dotenv
2525

2626
[coverage:paths]
27-
source =
28-
src/dotenv
29-
.tox/*/lib/python*/site-packages/dotenv
30-
.tox/pypy*/site-packages/dotenv
27+
source =
28+
src/dotenv
29+
.tox/*/lib/python*/site-packages/dotenv
30+
.tox/pypy*/site-packages/dotenv
3131

3232
[coverage:report]
3333
show_missing = True
3434
include = */site-packages/dotenv/*
35-
exclude_lines =
36-
if IS_TYPE_CHECKING:
37-
pragma: no cover
35+
exclude_lines =
36+
if IS_TYPE_CHECKING:
37+
pragma: no cover

src/dotenv/version.py

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

0 commit comments

Comments
 (0)