We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8401015 commit 2198827Copy full SHA for 2198827
meta.yaml
@@ -1,6 +1,6 @@
1
package:
2
name: metadynminer
3
- version: "0.3.1"
+ version: "0.3.2"
4
5
source:
6
path: ./
metadynminer/__init__.py
@@ -56,7 +56,7 @@
56
"""
57
58
name = "metadynminer"
59
-__version__ = "0.3.1"
+__version__ = "0.3.2"
60
__author__ = 'Jan Beránek'
61
62
__pdoc__ = {}
setup.py
@@ -6,7 +6,7 @@
7
setup(
8
name='metadynminer',
9
- version='0.3.1',
+ version='0.3.2',
10
description="Python package for efficient analysis of HILLS files generated by Plumed metadynamics simulations. ",
11
long_description=(this_directory / "README.md").read_text(),
12
long_description_content_type='text/markdown',
0 commit comments