Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizgar91 committed Apr 30, 2020
1 parent fd02d43 commit 475763d
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.0
current_version = 0.2.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -30,7 +30,7 @@
author = 'nevermined-sdk-py contributors'

# The full version, including alpha/beta/rc tags
release = '0.1.0'
release = '0.2.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
@@ -1,4 +1,4 @@
__version__ = '0.1.0'
__version__ = '0.2.0'
from .config import (
Config
)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -91,6 +91,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/keyko-io/nevermined-sdk-py',
version='0.1.0',
version='0.2.0',
zip_safe=False,
)

0 comments on commit 475763d

Please sign in to comment.