We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d366c commit d592eaeCopy full SHA for d592eae
pyproject.toml
@@ -1,8 +1,8 @@
1
[tool.poetry]
2
name = "vcon"
3
-version = "0.3.3"
+version = "0.3.4"
4
description = "The vCon library"
5
-authors = ["ghostofbasho@gmail.com"]
+authors = ["Thomas McCarthy-Howe <ghostofbasho@gmail.com>"]
6
license = "MIT"
7
readme = "README.md"
8
packages = [
setup.py
@@ -5,7 +5,7 @@
setup(
name="vcon",
- version="0.3.3",
+ version="0.3.4",
9
author="Thomas McCarthy-Howe",
10
author_email="ghostofbasho@gmail.com",
11
description="A package for working with vCon containers",
0 commit comments