Skip to content

Commit

Permalink
bump version to v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
MesihK committed Apr 21, 2023
1 parent b62baa5 commit 44ecb13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ requires = [
"click",
"blosc",
"fair-esm",
"torch"
"torch",
"statsmodels"
]
build-backend = "setuptools.build_meta"
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pyprost
version = 0.2.6
version = 0.2.7
author = Mesih Kilinc
author_email = mesih@iastate.edu
description = PRotein Ortholog Search Tool
Expand Down Expand Up @@ -28,6 +28,7 @@ install_requires =
blosc
torch
fair-esm
statsmodels

[options.packages.find]
where = src

0 comments on commit 44ecb13

Please sign in to comment.