Skip to content

Commit

Permalink
Bump version to 2.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mittinatten committed Nov 15, 2023
1 parent ed5933d commit 7ead59e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
cache: "pip"
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

setup(
name='freesasa',
version= '2.2.0.post3',
version= '2.2.1',
description='Calculate solvent accessible surface areas of proteins',
long_description=long_description,
author='Simon Mitternacht',
Expand Down

0 comments on commit 7ead59e

Please sign in to comment.