Skip to content

Commit

Permalink
Bump version: 0.3.1 → 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul committed Feb 27, 2021
1 parent 1cd974c commit 06b226b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.3.1
current_version = 0.3.2
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ LiPyphilic
:alt: Supported implementations
:target: https://pypi.org/project/lipyphilic

.. |commits-since| image:: https://img.shields.io/github/commits-since/p-j-smith/lipyphilic/v0.3.1/master
.. |commits-since| image:: https://img.shields.io/github/commits-since/p-j-smith/lipyphilic/v0.3.2/master
:alt: Commits since latest release
:target: https://github.com/p-j-smith/lipyphilic/compare/v0.3.1...master
:target: https://github.com/p-j-smith/lipyphilic/compare/v0.3.2...master

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

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.3.1',
version='0.3.2',
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.3.1'
__version__ = '0.3.2'

0 comments on commit 06b226b

Please sign in to comment.