Skip to content

Commit 8224f5f

Browse files
authored
Merge pull request #28 from vcon-dev/fix_setup
Bump package version to 0.4.1 and update Python requirement
2 parents d1ea8db + 5c3d224 commit 8224f5f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "vcon"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "The vCon library"
55
authors = ["Thomas McCarthy-Howe <ghostofbasho@gmail.com>"]
66
license = "MIT"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="vcon",
8-
version="0.3.10",
8+
version="0.4.1",
99
author="Thomas McCarthy-Howe",
1010
author_email="ghostofbasho@gmail.com",
1111
description="A package for working with vCon containers",
@@ -18,5 +18,5 @@
1818
"License :: OSI Approved :: MIT License",
1919
"Operating System :: OS Independent",
2020
],
21-
python_requires=">=3.6",
21+
python_requires=">=3.12",
2222
)

0 commit comments

Comments
 (0)