Skip to content

Commit

Permalink
Update versioneer to version 0.29
Browse files Browse the repository at this point in the history
Installed versioneer 0.29 with Python 3.12 and ran

```
versioneer install
```
  • Loading branch information
speleo3 committed Oct 21, 2023
1 parent 33158d1 commit 1c8885d
Show file tree
Hide file tree
Showing 3 changed files with 1,045 additions and 428 deletions.
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 1c8885d

Please sign in to comment.