diff --git a/docs/conf.py b/docs/conf.py index 7c143b4..3833e6b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = 'Kinex' copyright = '2023, Alexandra Valeanu and Jitao David Zhang' author = 'Alexandra Valeanu and Jitao David Zhang' -release = '1.1.0' +release = '1.1.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 1713fb3..ee2333c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "kinex" -version = "1.0.2" +version = "1.1.1" description = "A python package to compute kinase scoring and enrichment" authors = [ { name = "Alexandra Valeanu", email = "valeanualexandra17@gmail.com" }