Skip to content

Commit

Permalink
Merge pull request #126 from oceanprotocol/bumpversion/v0.1.5
Browse files Browse the repository at this point in the history
Bump version: 0.1.4 → 0.1.5
  • Loading branch information
MarcusJones committed Jan 17, 2019
2 parents 8fc19e6 + 61ffa18 commit 8421a1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.4
current_version = 0.1.5
commit = True
tag = True

Expand All @@ -10,3 +10,4 @@ replace = version='{new_version}'
[bumpversion:file:aquarius/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

2 changes: 1 addition & 1 deletion aquarius/__init__.py
@@ -1,4 +1,4 @@
"""Provide an off-chain database store for data asset metadata and registration."""

__author__ = """OceanProtocol"""
__version__ = '0.1.4'
__version__ = '0.1.5'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -73,6 +73,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/oceanprotocol/aquarius',
version='0.1.4',
version='0.1.5',
zip_safe=False,
)

0 comments on commit 8421a1b

Please sign in to comment.