Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-kyro authored May 4, 2023
1 parent 38f88ba commit 7f2317d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
setup(
name = 'HACNet',
packages = ['HACNet'],
version = '1.4.2',
version = '1.4.3',
description = 'HACNet Python package for predicting protein-ligand binding affinity',
author = 'Gregory W. Kyro',
author_email = '[email protected]',
url = 'https://github.com/gregory-kyro/HAC-Net/tree/main/HACNet',
download_url = 'https://github.com/gregory-kyro/HAC-Net/archive/refs/tags/v1.4.2.tar.gz',
download_url = 'https://github.com/gregory-kyro/HAC-Net/archive/refs/tags/v1.4.3.tar.gz',
keywords = [],
classifiers = []
)

0 comments on commit 7f2317d

Please sign in to comment.