sharpdock 2.0.0__tar.gz → 2.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sharpdock
3
- Version: 2.0.0
3
+ Version: 2.1.0
4
4
  Summary: Automated focused molecular docking pipeline for Autodock Vina
5
5
  Author: alpha-horizon
6
6
  Requires-Python: >=3.7
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "sharpdock"
7
- version = "2.0.0"
7
+ version = "2.1.0"
8
8
  authors = [{name="alpha-horizon"}]
9
9
  description = "Automated focused molecular docking pipeline for Autodock Vina"
10
10
  readme = "README.md"
@@ -1,2 +1,2 @@
1
- __version__ = "2.0.0"
1
+ __version__ = "2.1.0"
2
2
  from .main import main
@@ -85,7 +85,7 @@ def main():
85
85
  formatter_class=formatter
86
86
  )
87
87
 
88
- parser.add_argument("-v", "--version", action="version", version="sharpdock 1.0.0")
88
+ parser.add_argument("-v", "--version", action="version", version="sharpdock 2.1.0")
89
89
  parser.add_argument("-r", "--receptor", required=True, help="Path to receptor PDB file")
90
90
  parser.add_argument("-s", "--sites", required=True, help="Active sites (e.g., 'A:101 102; B:70')")
91
91
  parser.add_argument("-l", "--ligands", default="ligands", help="Folder with ligands in .sdf format")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sharpdock
3
- Version: 2.0.0
3
+ Version: 2.1.0
4
4
  Summary: Automated focused molecular docking pipeline for Autodock Vina
5
5
  Author: alpha-horizon
6
6
  Requires-Python: >=3.7
File without changes
File without changes
File without changes