Skip to content

Commit f294a4f

Browse files
author
Paul
committed
Bump version: 0.8.0 → 0.9.0
1 parent b9bae55 commit f294a4f

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.0
2+
current_version = 0.9.0
33
commit = True
44
tag = True
55

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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
year = '2021'
3232
author = 'Paul Smith'
3333
copyright = '{0}, {1}'.format(year, author)
34-
version = release = '0.8.0'
34+
version = release = '0.9.0'
3535

3636
autodoc_typehints = 'signature'
3737
autodoc_docstring_signature = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def read(*names, **kwargs):
2323

2424
setup(
2525
name='lipyphilic',
26-
version='0.8.0',
26+
version='0.9.0',
2727
license='GPL-2.1-or-later',
2828
description='Analyse MD simulations of lipids with python',
2929
long_description='%s\n%s' % (

src/lipyphilic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.8.0'
1+
__version__ = '0.9.0'

0 commit comments

Comments
 (0)