Skip to content

Commit 2198827

Browse files
committed
added free energy profile testing
1 parent 8401015 commit 2198827

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: metadynminer
3-
version: "0.3.1"
3+
version: "0.3.2"
44

55
source:
66
path: ./

metadynminer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"""
5757

5858
name = "metadynminer"
59-
__version__ = "0.3.1"
59+
__version__ = "0.3.2"
6060
__author__ = 'Jan Beránek'
6161

6262
__pdoc__ = {}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='metadynminer',
9-
version='0.3.1',
9+
version='0.3.2',
1010
description="Python package for efficient analysis of HILLS files generated by Plumed metadynamics simulations. ",
1111
long_description=(this_directory / "README.md").read_text(),
1212
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)