Skip to content

Commit 5db1486

Browse files
committed
bump version to 0.2.0
1 parent 9d0f7db commit 5db1486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotenv_vault/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "python-dotenv-vault"
22
__description__ = "Decrypt .env.vault file."
33
__url__ = "https://github.com/dotenv-org/python-dotenv-vault"
4-
__version__ = "0.1.2"
4+
__version__ = "0.2.0"
55
__author__ = "dotenv"
66
__author_email__ = "[email protected]"
77
__license__ = "MIT"

0 commit comments

Comments
 (0)