Skip to content

Commit e229f6b

Browse files
committed
Update version name
1 parent f658c4a commit e229f6b

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

setup.py

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="sica-omics",
8-
version="0.0.1a",
8+
version="0.0.1",
99
author="Nicolas Captier",
1010
author_email="nicolas.captier@curie.fr",
1111
description="Toolbox for omics analysis with stabilized-ica package",
@@ -21,14 +21,21 @@
2121
"mygene>=3.2.2",
2222
"reactome2py>=1.0.0",
2323
"requests>=2.27.1",
24-
"stabilized-ica==2.0.0"
24+
"stabilized-ica==2.0.0",
2525
],
26-
extras_require={"dev": ["pytest"],
27-
"doc": ["sphinx == 5.0.2", "sphinx-gallery == 0.10.0", "numpydoc == 1.2", "nbsphinx == 0.8.9"]},
26+
extras_require={
27+
"dev": ["pytest"],
28+
"doc": [
29+
"sphinx == 5.0.2",
30+
"sphinx-gallery == 0.10.0",
31+
"numpydoc == 1.2",
32+
"nbsphinx == 0.8.9",
33+
],
34+
},
2835
classifiers=[
2936
"Programming Language :: Python :: 3",
3037
"License :: OSI Approved :: MIT License",
3138
"Operating System :: OS Independent",
3239
],
33-
python_requires='>=3.8',
40+
python_requires=">=3.8",
3441
)

0 commit comments

Comments
 (0)