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