Skip to content

Commit

Permalink
set version
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Simpson committed Nov 19, 2020
1 parent 7ae1fef commit 663a65f
Show file tree
Hide file tree
Showing 5 changed files with 535 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Auto detect text files and perform LF normalization
* text=auto
classo/_version.py export-subst
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include versioneer.py
include classo/_version.py
4 changes: 4 additions & 0 deletions classo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@
solution_LAMfixed,
choose_numerical_method,
)

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

0 comments on commit 663a65f

Please sign in to comment.