We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c720a37 commit d3d5ad0Copy full SHA for d3d5ad0
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: "Get upstream C library"
24
run: git submodule update --init
25
- name: Set up Python ${{ matrix.python-version }}
26
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v4.3.0
27
with:
28
cache: "pip"
29
python-version: ${{ matrix.python-version }}
setup.py
@@ -56,7 +56,7 @@
56
57
setup(
58
name='freesasa',
59
- version= '2.2.0rc3',
+ version= '2.2.0rc4',
60
description='Calculate solvent accessible surface areas of proteins',
61
long_description=long_description,
62
author='Simon Mitternacht',
0 commit comments