We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c89fb6d commit 2198b69Copy full SHA for 2198b69
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.1
+current_version = 1.1.0
3
commit = True
4
tag = True
5
@@ -24,14 +24,14 @@ relative_files = True
24
source = dotenv
25
26
[coverage:paths]
27
-source =
+source =
28
src/dotenv
29
.tox/*/lib/python*/site-packages/dotenv
30
.tox/pypy*/site-packages/dotenv
31
32
[coverage:report]
33
show_missing = True
34
include = */site-packages/dotenv/*
35
-exclude_lines =
+exclude_lines =
36
if IS_TYPE_CHECKING:
37
pragma: no cover
src/dotenv/version.py
@@ -1 +1 @@
-__version__ = "1.0.1"
+__version__ = "1.1.0"
0 commit comments