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 8cce24f commit 5b18120Copy full SHA for 5b18120
setup.py
@@ -55,7 +55,7 @@ def platform_detection(install_binaries=True):
55
56
# Set some variables (PKGBUILD inspired)
57
DATA_FILES = platform_detection()
58
-VERSION = "0.3.2"
+VERSION = "0.4.0"
59
URL = "https://github.com/StuntsPT/Structure_threader"
60
61
@@ -65,7 +65,8 @@ def platform_detection(install_binaries=True):
65
packages=["structure_threader",
66
"structure_threader.evanno",
67
"structure_threader.plotter",
68
- "structure_threader.sanity_checks"],
+ "structure_threader.sanity_checks",
69
+ "structure_threader.colorer"],
70
install_requires=["plotly",
71
"colorlover",
72
"numpy",
0 commit comments