Skip to content

Commit 73346d6

Browse files
committed
Bump version
1 parent 304d0eb commit 73346d6

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
## [Unreleased](https://github.com/dotenv-org/dotenv-vault-python/compare/v0.0.9...master)
5+
## [Unreleased](https://github.com/dotenv-org/python-dotenv-vault/compare/v0.0.9...master)
66

77
## 0.0.9
88

src/dotenv_vault/__version__.py

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
# _ _ _ _ _ _
2-
# __| |___| |_ ___ _ ___ _______ ____ _ _ _| | |_ ___ _ __ _ _| |_| |_ ___ _ _
3-
# / _` / _ \ _/ -_) ' \ V /___\ V / _` | || | | _|___| '_ \ || | _| ' \/ _ \ ' \
4-
# \__,_\___/\__\___|_||_\_/ \_/\__,_|\_,_|_|\__| | .__/\_, |\__|_||_\___/_||_|
5-
# |_| |__/
6-
71
__title__ = "python-dotenv-vault"
8-
__description__ = "Syncing your .env to the cloud."
9-
__url__ = "https://github.com/dotenv-org/dotenv-vault-python"
10-
__version__ = "0.0.9"
2+
__description__ = "Decrypt .env.vault file."
3+
__url__ = "https://github.com/dotenv-org/python-dotenv-vault"
4+
__version__ = "0.1.0"
115
__author__ = "dotenv"
126
__author_email__ = "[email protected]"
137
__license__ = "MIT"

0 commit comments

Comments
 (0)