Skip to content

Commit

Permalink
Upgrade contracts dependency. (#484)
Browse files Browse the repository at this point in the history
* Upgrade contracts dependency.
* Bump version: 0.6.0 → 0.6.1
  • Loading branch information
calina-c authored Sep 16, 2021
1 parent 98bcb0d commit 2e072ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.0
current_version = 0.6.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion ocean_lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

__author__ = """OceanProtocol"""
# fmt: off
__version__ = '0.6.0'
__version__ = '0.6.1'
# fmt: on
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Installed by pip install ocean-lib
# or pip install -e .
install_requirements = [
"ocean-contracts==0.6.5",
"ocean-contracts==0.6.7",
"coloredlogs",
"pyopenssl",
"PyJWT", # not jwt
Expand Down Expand Up @@ -99,7 +99,7 @@
url="https://github.com/oceanprotocol/ocean.py",
# fmt: off
# bumpversion.sh needs single-quotes
version='0.6.0',
version='0.6.1',
# fmt: on
zip_safe=False,
)

0 comments on commit 2e072ca

Please sign in to comment.