Skip to content

Commit 5c7c5a1

Browse files
committed
Bump version to 0.3.5 in setup.py and pyproject.toml
1 parent 3ebc193 commit 5c7c5a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "vcon"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
description = "The vCon library"
55
authors = ["Thomas McCarthy-Howe <ghostofbasho@gmail.com>"]
66
license = "MIT"

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.4",
8+
version="0.3.5",
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)