We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe011f9 commit 43134e0Copy full SHA for 43134e0
vcap/setup.py
@@ -12,7 +12,7 @@
12
description="A library for creating OpenVisionCapsules in Python",
13
author="Dilili Labs",
14
packages=find_namespace_packages(include=["vcap*"]),
15
- version="0.2.4" + PRE_RELEASE_SUFFIX,
+ version="0.2.5" + PRE_RELEASE_SUFFIX,
16
17
install_requires=[
18
"pycryptodomex==3.9.7",
vcap_utils/setup.py
description="Utilities for creating OpenVisionCapsules easily in Python",
packages=find_namespace_packages(include=["vcap_utils*"]),
"vcap",
0 commit comments