From 7020a95228b57e5b9e1cc9b505c2df51f385b91e Mon Sep 17 00:00:00 2001 From: Pierre Beaujean Date: Sun, 22 Oct 2023 20:50:36 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.0=20=E2=86=92=200.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- phonopy_vibspec/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9b225ef..37db63e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.3.1 commit = True tag = True diff --git a/phonopy_vibspec/__init__.py b/phonopy_vibspec/__init__.py index d3e735a..f2003f4 100644 --- a/phonopy_vibspec/__init__.py +++ b/phonopy_vibspec/__init__.py @@ -5,7 +5,7 @@ import logging import os -__version__ = '0.3.0' +__version__ = '0.3.1' __author__ = 'Pierre Beaujean' __maintainer__ = 'Pierre Beaujean' __email__ = 'pierre.beaujean@unamur.be'