Skip to content

Commit 6466c79

Browse files
authored
Merge pull request #127 from CitrineInformatics/bugfix/file-inclusion
Fixed missing comma
2 parents a4eca15 + faf7349 commit 6466c79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def run(self):
3636

3737

3838
setup(name='gemd',
39-
version='0.16.1',
39+
version='0.16.2',
4040
url='http://github.com/CitrineInformatics/gemd-python',
4141
description="Python binding for Citrine's GEMD data model",
4242
author='Max Hutchinson',
@@ -48,7 +48,7 @@ def run(self):
4848
'demo/strehlow_and_cook_small.pif',
4949
'demo/toothpick.jpg',
5050
'units/citrine_en.txt',
51-
'units/constants_en.txt'
51+
'units/constants_en.txt',
5252
'units/tests/test_units.txt'
5353
]
5454
},

0 commit comments

Comments
 (0)