Skip to content

Commit

Permalink
chore: update versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
cdiener committed Oct 29, 2023
1 parent fae587f commit d84532d
Show file tree
Hide file tree
Showing 4 changed files with 1,394 additions and 442 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
optlang/_version.py export-subst
src/optlang/_version.py export-subst
3 changes: 3 additions & 0 deletions src/optlang/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,6 @@
else:
# We were unable to find any valid solvers
log.error('No solvers were available and/or loadable.')

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

0 comments on commit d84532d

Please sign in to comment.