Skip to content

Commit

Permalink
Merge pull request #315 from debbiemarkslab/develop
Browse files Browse the repository at this point in the history
v0.2.0
  • Loading branch information
thomashopf committed Sep 27, 2024
2 parents 88978ee + 7568749 commit 343dd82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_test_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10', '3.11']
python-version: ['3.11']

steps:
- uses: actions/checkout@v4
Expand All @@ -31,7 +31,6 @@ jobs:
- name: Run setup.py
run: |
python setup.py sdist --formats=zip -k
python setup.py bdist_wheel
find ./dist -iname "*.zip" -print0 | xargs -0 pip install
pip install codecov
- name: Download test files
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
name='evcouplings',

# Version:
version='0.2',
version='0.2.0',

description='A Framework for evolutionary couplings analysis',
long_description=readme,
Expand All @@ -29,7 +29,7 @@

# Author details
author='Thomas Hopf',
author_email='thomas_hopf@hms.harvard.edu',
author_email='thomas.hopf@gmail.com',

# Choose your license
license='MIT',
Expand Down

0 comments on commit 343dd82

Please sign in to comment.