We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a966a1f commit e266728Copy full SHA for e266728
pyproject.toml
@@ -7,13 +7,13 @@ build-backend = "setuptools.build_meta"
7
8
[project]
9
name = "magic-config"
10
-version = "0.1.13"
+version = "1.0.0"
11
authors = [
12
{ name = "Alexander Majorov", email = "[email protected]" },
13
]
14
description = "A simple library for easy handling of .env files and environment variables configurations"
15
readme = "README.md"
16
-requires-python = ">=3.10.8"
+requires-python = ">=3.12.0"
17
classifiers = [
18
"Programming Language :: Python :: 3",
19
"License :: OSI Approved :: MIT License",
0 commit comments