From d08c4e9af489d52fab9466957bcd77bc9b82d4d7 Mon Sep 17 00:00:00 2001 From: "Tod D. Romo" Date: Mon, 6 Feb 2023 15:53:17 -0500 Subject: [PATCH] Bumping version --- CMakeLists.txt | 2 +- README.md | 5 +++++ loos/setup.cfg | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d585bdeb8..6a59ba549 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ include(CheckTypeSize) project( LOOS - VERSION 4.0.3 + VERSION 4.0.4 DESCRIPTION "The Lightweight Object Oriented Structural analysis library/toolkit" ) diff --git a/README.md b/README.md index 20a1c8e6d..816bb95a8 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,11 @@ and generally speaking the performance hit for python vs. C++ isn't prohibitive. resources for developing with LOOS on the [GitHub wiki](https://github.com/GrossfieldLab/loos/wiki), particularly the [Tutorials for Developers](https://github.com/GrossfieldLab/loos/wiki/Tutorials-for-Developers). +### Release 4.0.4 + +This release includes a number of fixes that address recent issues listed on github. Molecular +order parameter function was also added to `AtomicGroup`. + ### Release 4.0.3 LOOS 4.0 is now officially "in production" and can be installable either via conda-forge or diff --git a/loos/setup.cfg b/loos/setup.cfg index e48ed5f0c..8b011ede2 100644 --- a/loos/setup.cfg +++ b/loos/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = loos -version = 4.0.3 +version = 4.0.4 author = The Loos Developers author_email = loos.maintainer@gmail.com description = Python packages extending loos