Skip to content

Commit 2198b69

Browse files
committed
Bump version: 1.0.1 → 1.1.0
1 parent c89fb6d commit 2198b69

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.1
2+
current_version = 1.1.0
33
commit = True
44
tag = True
55

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

2626
[coverage:paths]
27-
source =
27+
source =
2828
src/dotenv
2929
.tox/*/lib/python*/site-packages/dotenv
3030
.tox/pypy*/site-packages/dotenv
3131

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

src/dotenv/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.1"
1+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)