Skip to content

Commit e82e328

Browse files
authored
v0.0.4
1 parent 8a35003 commit e82e328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = clean_dotenv
3-
version = 0.0.3
3+
version = 0.0.4
44
description = Automatically creates an .env.example which creates the same keys as your .env file, but without the values
55
long_description = file: README.md
66
long_description_content_type = text/markdown
@@ -44,4 +44,4 @@ warn_unused_ignores = true
4444
disallow_untyped_defs = false
4545

4646
[mypy-tests.*]
47-
disallow_untyped_defs = false
47+
disallow_untyped_defs = false

0 commit comments

Comments
 (0)