Skip to content

Commit

Permalink
Update versioneer to version 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJKoopman committed Jul 30, 2024
1 parent 95073f3 commit 10ec779
Show file tree
Hide file tree
Showing 5 changed files with 1,027 additions and 417 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ in-place = true
recursive = true
aggressive = 2
exclude =
ocs/_version.py,
versioneer.py,
docs/conf.py,
5 changes: 2 additions & 3 deletions ocs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@

from . import site_config # noqa: F401

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 10ec779

Please sign in to comment.