Skip to content

Commit

Permalink
Version bump with the bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
apockill committed Jun 26, 2020
1 parent 530a479 commit f3de11a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vcap/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
description="A library for creating OpenVisionCapsules in Python",
author="Dilili Labs",
packages=find_namespace_packages(include=["vcap*"]),
version="0.2.0" + PRE_RELEASE_SUFFIX,
version="0.2.1" + PRE_RELEASE_SUFFIX,

install_requires=[
"pycryptodomex==3.9.7",
Expand Down
2 changes: 1 addition & 1 deletion vcap_utils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
description="Utilities for creating OpenVisionCapsules easily in Python",
author="Dilili Labs",
packages=find_namespace_packages(include=["vcap_utils*"]),
version="0.2.0" + PRE_RELEASE_SUFFIX,
version="0.2.1" + PRE_RELEASE_SUFFIX,

install_requires=[
"vcap",
Expand Down

0 comments on commit f3de11a

Please sign in to comment.