Skip to content

Commit

Permalink
bump to contracts 34 (#805)
Browse files Browse the repository at this point in the history
* bump to contracts 34

* Bump version: 4.0.8 → 4.0.9
  • Loading branch information
alexcos20 authored May 17, 2022
1 parent 5dbeb84 commit c7a2f89
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 = 4.0.8
current_version = 4.0.9
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion aquarius/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
__author__ = """OceanProtocol"""
# fmt: off
# bumpversion needs single quotes
__version__ = '4.0.8'
__version__ = '4.0.9'
# fmt: on
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"elasticsearch==7.17.0",
"PyYAML==6.0",
"pytz==2022.1",
"ocean-contracts==1.0.0a33",
"ocean-contracts==1.0.0a34",
"web3==5.29.0",
"gevent",
"json-sempai==0.4.0",
Expand Down Expand Up @@ -95,7 +95,7 @@
url="https://github.com/oceanprotocol/aquarius",
# fmt: off
# bumpversion needs single quotes
version='4.0.8',
version='4.0.9',
# fmt: on
zip_safe=False,
)

0 comments on commit c7a2f89

Please sign in to comment.