Skip to content

Commit

Permalink
Update dependency version locks and package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapets committed Apr 15, 2022
1 parent 9e181e9 commit 1269eda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
long_description = fh.read().replace(".. include:: toc.rst\n\n", "")

name = "otc"
version = "2.0.0"
version = "3.0.0"

setup(
name=name,
version=version,
packages=["otc",],
install_requires=[
"bcl~=2.0",
"oblivious~=4.0"
"bcl~=2.1",
"oblivious~=5.0"
],
license="MIT",
url="https://github.com/nthparty/otc",
Expand Down

0 comments on commit 1269eda

Please sign in to comment.