We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ebc193 + 5c7c5a1 commit b47c8c3Copy full SHA for b47c8c3
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "vcon"
3
-version = "0.3.4"
+version = "0.3.5"
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.4",
+ version="0.3.5",
9
author="Thomas McCarthy-Howe",
10
author_email="ghostofbasho@gmail.com",
11
description="A package for working with vCon containers",
0 commit comments