-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed corner case to deal with loaded actions that replace actions in…
… plumed with different syntax
- Loading branch information
Gareth Aneurin Tribello
authored and
Gareth Aneurin Tribello
committed
May 10, 2024
1 parent
61e6521
commit 1ca8779
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
setuptools.setup( | ||
name='PlumedToHTML', | ||
version='0.59', | ||
version='0.60', | ||
author="Gareth Tribello", | ||
author_email="[email protected]", | ||
description="A package for creating pretified HTML for PLUMED files", | ||
|