We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85322b4 commit 3cfa628Copy full SHA for 3cfa628
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.1
+current_version = 0.4.2
3
commit = True
4
tag = True
5
phonopy_vibspec/__init__.py
@@ -5,7 +5,7 @@
import logging
6
import os
7
8
-__version__ = '0.4.1'
+__version__ = '0.4.2'
9
__author__ = 'Pierre Beaujean'
10
__maintainer__ = 'Pierre Beaujean'
11
__email__ = 'pierre.beaujean@unamur.be'
0 commit comments