Skip to content

Commit 81d366c

Browse files
committed
Apparently all of the version numbers have to match.
1 parent 1a352c9 commit 81d366c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tool.poetry]
22
name = "vcon"
3-
version = "0.3.1"
3+
version = "0.3.3"
44
description = "The vCon library"
5-
authors = ["pair <dev_team@strolid.com>"]
5+
authors = ["ghostofbasho@gmail.com"]
66
license = "MIT"
77
readme = "README.md"
88
packages = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="vcon",
8-
version="0.3.0",
8+
version="0.3.3",
99
author="Thomas McCarthy-Howe",
1010
author_email="ghostofbasho@gmail.com",
1111
description="A package for working with vCon containers",

0 commit comments

Comments
 (0)