Skip to content

Commit

Permalink
Merge pull request #3 from bedapub/hotfix/fix-version-in-pyproject
Browse files Browse the repository at this point in the history
Fix kinex version in pyproject.toml and conf.py
  • Loading branch information
alexandra-valeanu authored Oct 22, 2024
2 parents 303a430 + 44fb0f1 commit 84efd34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = '1.1.0'
release = '1.1.1'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 84efd34

Please sign in to comment.