Skip to content

Commit

Permalink
updated toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fra-pcmgf committed May 5, 2024
1 parent 08f9dfb commit c3973c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "gene-trajectory"
version = "1.0.1"
version = "1.0.2"
description = "Compute gene trajectories"
license = {file = "LICENSE"}
readme = "README.md"
Expand Down Expand Up @@ -43,7 +43,7 @@ dependencies = [

[project.optional-dependencies]
dev = ["pytest", "twine"]
widget = ["ipywidgets>8", "jupyterlab>=4"]
widgets = ["ipywidgets>8", "jupyterlab>=4"]

[project.urls]
Documentation = "https://github.com/KlugerLab/GeneTrajectory-python.git"
Expand Down

0 comments on commit c3973c2

Please sign in to comment.