We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4eca15 + faf7349 commit 6466c79Copy full SHA for 6466c79
setup.py
@@ -36,7 +36,7 @@ def run(self):
36
37
38
setup(name='gemd',
39
- version='0.16.1',
+ version='0.16.2',
40
url='http://github.com/CitrineInformatics/gemd-python',
41
description="Python binding for Citrine's GEMD data model",
42
author='Max Hutchinson',
@@ -48,7 +48,7 @@ def run(self):
48
'demo/strehlow_and_cook_small.pif',
49
'demo/toothpick.jpg',
50
'units/citrine_en.txt',
51
- 'units/constants_en.txt'
+ 'units/constants_en.txt',
52
'units/tests/test_units.txt'
53
]
54
},
0 commit comments