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 a4a6c60 commit 7fccd94Copy full SHA for 7fccd94
pyslim/_version.py
@@ -1,2 +1,2 @@
1
# coding: utf-8
2
-pyslim_version = '0.312'
+pyslim_version = '0.314'
setup.py
@@ -28,6 +28,7 @@
28
version=pyslim_version,
29
description=u"Manipulate tree sequences produced by SLiM.",
30
long_description=long_description,
31
+ long_description_content_type="text/markdown",
32
classifiers=[],
33
keywords=['tree sequences', 'tskit'],
34
author=u"Peter Ralph",
0 commit comments