Skip to content

Commit

Permalink
prepare release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klausweinbauer committed Sep 4, 2024
1 parent 33e1eca commit 95ffdc4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "fgutils"
version = "0.0.17"
version = "0.1.0"
authors = [{name="Klaus Weinbauer", email="klaus@bioinf.uni-leipzig.de"}]
description = "Library to get functional groups from molecular graphs."
readme = "README.md"
Expand All @@ -15,8 +15,9 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"numpy>=1.26.3",
"networkx>=3.2.1",
"numpy<2.0.0,>=1.26.3",
"networkx>=3.2",
"rdkit>=2023.9.4",
]

[project.urls]
Expand Down

0 comments on commit 95ffdc4

Please sign in to comment.