diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0f2dd88..b8cac01 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,8 +1,10 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.1.0 commit = True tag = True [bumpversion:file:setup.py] -[bumpversion:file:README.rst] + +# [bumpversion:file:README.rst] + [bumpversion:file:docs/conf.py] diff --git a/docs/conf.py b/docs/conf.py index ab81e36..bdd0628 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,7 +34,7 @@ year = '2020' author = 'Menten AI, Inc.' copyright = '{0}, {1}'.format(year, author) -version = release = '0.0.1' +version = release = '0.1.0' pygments_style = 'trac' templates_path = ['_templates'] diff --git a/setup.py b/setup.py index 215cf77..0f74dd4 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(*names, **kwargs): setup( name='menten-gcn', - version='0.0.1', + version='0.1.0', license='MIT', description='This package decorates graph tensors with data from protein models', long_description='%s' % (