Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
ale94mleon committed Jul 27, 2023
1 parent c6f1e29 commit 5e688b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest] #windows-latest (vina is not available for windows in conda-forge),m think about use bioconda autodock-vina
python-version: [3.8, 3.9, '3.10']
python-version: [3.9, '3.10'] # 3.8,
steps:
- uses: actions/checkout@v3
- name: Setup conda
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest] #windows-latest (vina is not available for windows in conda-forge),m think about use bioconda autodock-vina
python-version: [3.8, 3.9]
python-version: [3.9] # 3.8,
steps:
- uses: actions/checkout@v3
- name: Setup conda
Expand Down
2 changes: 1 addition & 1 deletion toff/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

# We will use semantic version (major, minor, patch)
__main_version_tuple__ = (1, 0, 0)
__main_version_tuple__ = (0, 1, 0)
__pre_version_tuple__ = None # or None or an empty tuple, the first char is alpha, beta, rc, etc...

if __pre_version_tuple__:
Expand Down

0 comments on commit 5e688b8

Please sign in to comment.