Skip to content

Commit e1d18a6

Browse files
committed
update version
1 parent 87f2935 commit e1d18a6

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
@@ -11,7 +11,7 @@
1111

1212
setuptools.setup(
1313
name = 'PYMIC',
14-
version = "0.1",
14+
version = "0.2",
1515
author ='PyMIC Consortium',
1616
author_email = 'wguotai@gmail.com',
1717
description = description,
@@ -33,4 +33,4 @@
3333
'pymic_evaluate = pymic.util.evaluation:main'
3434
],
3535
},
36-
)
36+
)

0 commit comments

Comments
 (0)