Skip to content

Commit 5b18120

Browse files
committed
Added the colorer module to setup.py. Also bumped version to 0.4. Fixes #48
1 parent 8cce24f commit 5b18120

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def platform_detection(install_binaries=True):
5555

5656
# Set some variables (PKGBUILD inspired)
5757
DATA_FILES = platform_detection()
58-
VERSION = "0.3.2"
58+
VERSION = "0.4.0"
5959
URL = "https://github.com/StuntsPT/Structure_threader"
6060

6161

@@ -65,7 +65,8 @@ def platform_detection(install_binaries=True):
6565
packages=["structure_threader",
6666
"structure_threader.evanno",
6767
"structure_threader.plotter",
68-
"structure_threader.sanity_checks"],
68+
"structure_threader.sanity_checks",
69+
"structure_threader.colorer"],
6970
install_requires=["plotly",
7071
"colorlover",
7172
"numpy",

0 commit comments

Comments
 (0)