Skip to content

Commit

Permalink
prep for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
inodb committed Jan 2, 2025
1 parent 19873a8 commit a958d53
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[tool.poetry]
name = "cbiohub"
version = "0.1.0"
version = "0.1.1"
description = "Convenience functions for accessing cBioPortal data files"
authors = ["Ino de Bruijn <[email protected]>"]
readme = "README.md"
homepage = "https://github.com/cbioportal/cbiohubpy"
documentation = "https://github.com/cbioportal/cbiohubpy"
keywords = ["cbioportal", "cancer", "genomics", "parquet"]

[tool.poetry.dependencies]
python = ">=3.12"
Expand Down Expand Up @@ -31,4 +35,4 @@ include = [

[tool.black]
line-length = 88
target-version = ['py36', 'py37', 'py38', 'py39', 'py310']
target-version = ['py36', 'py37', 'py38', 'py39', 'py310']

0 comments on commit a958d53

Please sign in to comment.