Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
tromo committed Feb 6, 2023
1 parent dadddd5 commit d08c4e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion loos/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = loos
version = 4.0.3
version = 4.0.4
author = The Loos Developers
author_email = [email protected]
description = Python packages extending loos
Expand Down

0 comments on commit d08c4e9

Please sign in to comment.