Skip to content

Commit

Permalink
Merge pull request #10 from MentenAI/versioning
Browse files Browse the repository at this point in the history
Bump version: 0.1.0 → 0.2.0
  • Loading branch information
JackMaguire committed Jan 18, 2021
2 parents 3a51510 + ff7a5e9 commit 3536dd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .bumpversion.cfg
@@ -1,10 +1,8 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
commit = True
tag = True

[bumpversion:file:setup.py]

# [bumpversion:file:README.rst]

[bumpversion:file:docs/conf.py]
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -34,7 +34,7 @@
year = '2020'
author = 'Menten AI, Inc.'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.1.0'
version = release = '0.2.0'

pygments_style = 'trac'
templates_path = ['_templates']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -25,7 +25,7 @@ def read(*names, **kwargs):

setup(
name='menten-gcn',
version='0.1.0',
version='0.2.0',
license='MIT',
description='This package decorates graph tensors with data from protein models',
long_description='%s' % (
Expand Down

0 comments on commit 3536dd9

Please sign in to comment.