Skip to content

Commit 43134e0

Browse files
committed
Bump version again so vcap and vcap-utils match
I accidentally bumped the vcap version but not the vcap-utils version. Unfortunately, this means we have to skip over 0.2.4.
1 parent fe011f9 commit 43134e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vcap/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
description="A library for creating OpenVisionCapsules in Python",
1313
author="Dilili Labs",
1414
packages=find_namespace_packages(include=["vcap*"]),
15-
version="0.2.4" + PRE_RELEASE_SUFFIX,
15+
version="0.2.5" + PRE_RELEASE_SUFFIX,
1616

1717
install_requires=[
1818
"pycryptodomex==3.9.7",

vcap_utils/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
description="Utilities for creating OpenVisionCapsules easily in Python",
1313
author="Dilili Labs",
1414
packages=find_namespace_packages(include=["vcap_utils*"]),
15-
version="0.2.4" + PRE_RELEASE_SUFFIX,
15+
version="0.2.5" + PRE_RELEASE_SUFFIX,
1616

1717
install_requires=[
1818
"vcap",

0 commit comments

Comments
 (0)