Skip to content

Commit f0ec3a2

Browse files
committed
Prepare version 1.0.2
1 parent 4dd1ea0 commit f0ec3a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/envstack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"""
3535

3636
__prog__ = "envstack"
37-
__version__ = "1.0.1"
37+
__version__ = "1.0.2"
3838

3939
from envstack.env import clear, init, revert, save # noqa: F401
4040
from envstack.env import load_environ, resolve_environ # noqa: F401

pyproject.toml

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

55
[project]
66
name = "envstack"
7-
version = "1.0.1"
7+
version = "1.0.2"
88
description = "Environment variable composition layer for tools and processes."
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
requires-python = ">=3.6"

0 commit comments

Comments
 (0)