Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Bump version: 0.5.1 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-marques committed Dec 7, 2020
1 parent d72e98c commit f42d3f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.1
current_version = 0.6.0
commit = True
tag = True

Expand All @@ -14,4 +14,3 @@ replace = __version__ = '{new_version}'
[bumpversion:file:docs/source/conf.py]
search = {current_version}
replace = {new_version}

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
author = 'nevermined-sdk-py contributors'

# The full version, including alpha/beta/rc tags
release = '0.5.1'
release = '0.6.0'
# The short X.Y version
release_parts = release.split('.') # a list
version = release_parts[0] + '.' + release_parts[1]
Expand Down
2 changes: 1 addition & 1 deletion nevermined_sdk_py/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.5.1'
__version__ = '0.6.0'
from .config import (
Config
)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/nevermined-io/sdk-py',
version='0.5.1',
version='0.6.0',
zip_safe=False,
)

0 comments on commit f42d3f9

Please sign in to comment.