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 ed5933d commit 7ead59eCopy full SHA for 7ead59e
.github/workflows/test-push.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Python ${{ matrix.python-version }}
21
uses: actions/setup-python@v4
22
with:
23
- python-version: "3.10"
+ python-version: "3.11"
24
cache: "pip"
25
- name: Install dependencies
26
run: |
setup.py
@@ -56,7 +56,7 @@
56
57
setup(
58
name='freesasa',
59
- version= '2.2.0.post3',
+ version= '2.2.1',
60
description='Calculate solvent accessible surface areas of proteins',
61
long_description=long_description,
62
author='Simon Mitternacht',
0 commit comments