From 06b226bc65b1b1c9d7b887498da321d242502893 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 27 Feb 2021 13:29:58 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.1=20=E2=86=92=200.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.rst | 4 ++-- docs/conf.py | 2 +- setup.py | 2 +- src/lipyphilic/__init__.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7062586..89e3ad6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 0.3.2 commit = True tag = True diff --git a/README.rst b/README.rst index cc2e70f..0c75c0b 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/docs/conf.py b/docs/conf.py index 9ea7780..e3f06fc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/setup.py b/setup.py index 45e5e81..f76e2ee 100755 --- a/setup.py +++ b/setup.py @@ -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' % ( diff --git a/src/lipyphilic/__init__.py b/src/lipyphilic/__init__.py index e1424ed..73e3bb4 100644 --- a/src/lipyphilic/__init__.py +++ b/src/lipyphilic/__init__.py @@ -1 +1 @@ -__version__ = '0.3.1' +__version__ = '0.3.2'