Skip to content

Commit

Permalink
Minor version bump Open Vision Capsules: Added ability for tests to s…
Browse files Browse the repository at this point in the history
…pecify the allowable threads in the environment.
  • Loading branch information
apockill committed May 15, 2020
1 parent 40ac878 commit ec317cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vcap/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='vcap',
version='0.1.2',
version='0.1.3',
description="A library for creating OpenVisionCapsules in Python",
packages=find_namespace_packages(include=["vcap*"]),

Expand Down
4 changes: 2 additions & 2 deletions vcap_utils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='vcap-utils',
version='0.1.2',
version='0.1.3',
description="Utilities for creating OpenVisionCapsules easily in Python",
packages=find_namespace_packages(
include=["vcap_utils*"],
Expand All @@ -14,7 +14,7 @@
author="Dilili Labs",

install_requires=[
"vcap==0.1.2"
"vcap==0.1.3"
],

extras_require={
Expand Down

0 comments on commit ec317cf

Please sign in to comment.