Skip to content

Commit

Permalink
Bump version: 0.6.3 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul committed Jul 3, 2021
1 parent dd59e5e commit b43bed8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.3
current_version = 0.7.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
year = '2021'
author = 'Paul Smith'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.6.3'
version = release = '0.7.0'

autodoc_typehints = 'signature'
autodoc_docstring_signature = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read(*names, **kwargs):

setup(
name='lipyphilic',
version='0.6.3',
version='0.7.0',
license='LGPL-2.1-or-later',
description='Analyse MD simulations of lipids with python',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/lipyphilic/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.3'
__version__ = '0.7.0'

0 comments on commit b43bed8

Please sign in to comment.