Skip to content

Commit 2c4e768

Browse files
committed
Bump version to 0.1.5
1 parent dba45fc commit 2c4e768

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "envguard"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "Cross-check environment variables used in Python code against .env and docker-compose."
99
readme = "README.md"
1010
license = "MIT"

src/envguard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__all__ = ["__version__"]
2-
__version__ = "0.1.3"
2+
__version__ = "0.1.5"

0 commit comments

Comments
 (0)