Skip to content

Commit

Permalink
version change
Browse files Browse the repository at this point in the history
  • Loading branch information
clami66 committed May 17, 2024
1 parent 5d09aac commit d175c93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ build-backend = "setuptools.build_meta"

[project]
name = "dockq"
version = "2.0"
version = "2.1"
authors = [
{ name="Claudio Mirabello", email="[email protected]" },
{ name="Bjorn Wallner", email="[email protected]" },
]
description = "A Quality Measure for Protein-Protein Docking Models"
description = "A Quality Measure for Protein, Nucleic Acids and Small Ligand Docking Models"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = ["tqdm", "biopython >= 1.79", "networkx"]
dependencies = ["biopython >= 1.79", "networkx", "parallelbar"]

[project.urls]
Homepage = "https://github.com/bjornwallner/DockQ"
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = DockQ
version = 2.0
version = 2.1

[options]
package_dir =
Expand All @@ -9,7 +9,6 @@ packages = find:
install_requires =
setuptools
cython
tqdm
parallelbar
numpy~=1.21
biopython>=1.79
Expand Down

0 comments on commit d175c93

Please sign in to comment.