Skip to content

Commit

Permalink
version change to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandra-valeanu committed Nov 30, 2023
1 parent e9816d7 commit 2e4ece7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'Kinex'
copyright = '2023, Alexandra Valeanu and Jitao David Zhang'
author = 'Alexandra Valeanu and Jitao David Zhang'
release = '0.0.1'
release = '1.0.0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
7 changes: 0 additions & 7 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,3 @@ This documentation includes the information about installation and usage of the

chapters/installation
chapters/usage

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
scipy>=1.10.0
python>=3.8
numpy>=1.19.5
pandas
statsmodels
plotly
scikit-learn
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="kinex",
version="0.0.1",
version="1.0.0",
description="A python package to compute kinase scoring and enrichment",
py_modules=["kinex"],
package_dir={"": "src"},
Expand All @@ -14,6 +14,7 @@
"scipy >= 1.10.0",
"numpy >= 1.19.5",
"nbformat>=4.2.0",
"pandas",
"statsmodels",
"plotly",
"scikit-learn",
Expand Down

0 comments on commit 2e4ece7

Please sign in to comment.