Skip to content

Commit

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

Expand All @@ -14,3 +14,4 @@ replace = version = release = '{new_version}'
[bumpversion:file:src/lipyphilic/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

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.8.0'
version = release = '0.9.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.8.0',
version='0.9.0',
license='GPL-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.8.0'
__version__ = '0.9.0'

0 comments on commit f294a4f

Please sign in to comment.