Skip to content

Commit

Permalink
Merge a03d903 into 8ba1692
Browse files Browse the repository at this point in the history
  • Loading branch information
speleo3 authored Oct 21, 2023
2 parents 8ba1692 + a03d903 commit 1e5a8c9
Show file tree
Hide file tree
Showing 5 changed files with 1,047 additions and 429 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 2 additions & 3 deletions propka/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@
"ligand", "molecular_container", "output", "parameters",
"protonate", "run", "vector_algebra", "version"]

from ._version import get_versions
__version__ = get_versions()['version']
del get_versions
from . import _version
__version__ = _version.get_versions()['version']
Loading

0 comments on commit 1e5a8c9

Please sign in to comment.