Set version 2.4.1

This commit is contained in:
Atsushi Togo 2022-10-06 09:22:47 +09:00
parent 3dc2069c5c
commit c3d0f5e80c
3 changed files with 7 additions and 3 deletions

View File

@ -2,7 +2,11 @@
# Change Log
## May-28-2022: Version 2.4.0
## Oct-6-2022: Version 2.4.1
- Release for pypi packaging
## Oct-5-2022: Version 2.4.0
- Maintenance release to follow the change of phonopy at v2.16.
- Installation procedure from source code is changed. See

View File

@ -51,7 +51,7 @@ copyright = "2015, Atsushi Togo"
# The short X.Y version.
version = "2.4"
# The full version, including alpha/beta/rc tags.
release = "2.4.0"
release = "2.4.1"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -33,4 +33,4 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
__version__ = "2.4.0"
__version__ = "2.4.1"