Skip to content

Commit 9a6b4b6

Browse files
authored
Use main barge (#969)
* Use main barge * Bump version: 4.5.5 β†’ 5.0.0
1 parent 375fa7b commit 9a6b4b6

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

β€Ž.bumpversion.cfgβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.5.5
2+
current_version = 5.0.0
33
commit = True
44
tag = True
55

β€Ž.github/workflows/pytest.ymlβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
with:
2424
repository: "oceanprotocol/barge"
2525
path: 'barge'
26-
ref: 'feature/es_updates'
2726
- name: Run Barge
2827
working-directory: ${{ github.workspace }}/barge
2928
run: |

β€Žaquarius/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
__author__ = """OceanProtocol"""
1010
# fmt: off
1111
# bumpversion needs single quotes
12-
__version__ = '4.5.5'
12+
__version__ = '5.0.0'
1313
# fmt: on

β€Žsetup.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
url="https://github.com/oceanprotocol/aquarius",
9696
# fmt: off
9797
# bumpversion needs single quotes
98-
version='4.5.5',
98+
version='5.0.0',
9999
# fmt: on
100100
zip_safe=False,
101101
)

0 commit comments

Comments
Β (0)