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