Skip to content

Commit 15dc3e3

Browse files
committed
Added readme ref in .toml
1 parent 4399cea commit 15dc3e3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[project]
22
name = "microenv"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
authors = [{ name = "Sergey Shkatula", email = "[email protected]" }]
55
description = "Functional dependency paradigm"
66
keywords = ["micro", "env", "environment", "microenv"]
77
requires-python = ">=3.7"
88
license = "MIT"
9+
readme = "README.md"
910

1011
[build-system]
1112
requires = ["hatchling >= 1.26"]

src/MicroEnv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .microenv import microenv
22

3-
__version__ = "0.0.4"
3+
__version__ = "0.0.5"

0 commit comments

Comments
 (0)