Skip to content

Commit 4344b3d

Browse files
committed
fix license
1 parent 19e17c9 commit 4344b3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/dotenvx/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "python-dotenvx"
22
__description__ = "[dotenvx.com] a better dotenv–from the creator of `dotenv`"
33
__url__ = "https://github.com/dotenvx/python-dotenvx"
4-
__version__ = "0.1.1"
4+
__version__ = "0.1.2"
55
__author__ = "dotenv"
66
__author_email__ = "mot@dotenvx.com"
7-
__license__ = "BSD-3"
7+
__license__ = "BSD-3-Clause"

0 commit comments

Comments
 (0)