We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1ea8db + 5c3d224 commit 8224f5fCopy full SHA for 8224f5f
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "vcon"
3
-version = "0.4.0"
+version = "0.4.1"
4
description = "The vCon library"
5
authors = ["Thomas McCarthy-Howe <ghostofbasho@gmail.com>"]
6
license = "MIT"
setup.py
@@ -5,7 +5,7 @@
setup(
7
name="vcon",
8
- version="0.3.10",
+ version="0.4.1",
9
author="Thomas McCarthy-Howe",
10
author_email="ghostofbasho@gmail.com",
11
description="A package for working with vCon containers",
@@ -18,5 +18,5 @@
18
"License :: OSI Approved :: MIT License",
19
"Operating System :: OS Independent",
20
],
21
- python_requires=">=3.6",
+ python_requires=">=3.12",
22
)
0 commit comments