Skip to content

Commit

Permalink
Merge pull request #7 from MentenAI/versioning
Browse files Browse the repository at this point in the history
Bumping to version 0.1.0
  • Loading branch information
JackMaguire authored Jan 15, 2021
2 parents 6df81e1 + 6671de2 commit 56c4140
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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]
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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' % (
Expand Down

0 comments on commit 56c4140

Please sign in to comment.