Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #69 from oceanprotocol/feature/bump_version
Feature/bump version
  • Loading branch information
jcortejoso committed Jan 17, 2019
2 parents 9fc0a79 + e1cea76 commit 6b680d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.5
current_version = 0.1.6
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion requirements_conda.txt
Expand Up @@ -137,7 +137,7 @@ msrestazure==0.5.0
multidict==4.3.1
multipipes==0.1.0
oauthlib==2.1.0
squid-py==0.2.22
squid-py==0.2.23
# oceandb-bigchaindb-driver==0.1.3
oceandb-elasticsearch-driver==0.0.1
oceandb-driver-interface==0.1.11
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Expand Up @@ -138,7 +138,7 @@ msrestazure==0.5.0
multidict==4.3.1
multipipes==0.1.0
oauthlib==2.1.0
squid-py==0.2.22
squid-py==0.2.23
ocean-aquarius==0.0.2
oceandb-bigchaindb-driver==0.1.3
oceandb-driver-interface==0.1.11
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -41,6 +41,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/oceanprotocol/brizo',
version='0.1.5',
version='0.1.6',
zip_safe=False,
)

0 comments on commit 6b680d6

Please sign in to comment.