We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698f1fe commit ef6f466Copy full SHA for ef6f466
setup.py
@@ -15,10 +15,10 @@
15
16
setuptools_info = {
17
'name': 'VGA',
18
- 'version': '1.0.0',
+ 'version': '1.0.1',
19
'author': 'Vlachos Research Group',
20
'author_email': '[email protected]',
21
- 'description': 'Python package for group additivity scheme',
+ 'description': 'Python package implements the Group Additivity (GA) method for estimating thermodynamic properties',
22
'long_description': long_description,
23
'zip_safe': False,
24
'url': 'https://github.com/VlachosGroup/VlachosGroupAdditivity',
0 commit comments