Skip to content

Commit

Permalink
Use versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
qubixes committed May 18, 2020
1 parent 462c2ac commit dbf9a8b
Show file tree
Hide file tree
Showing 8 changed files with 2,367 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
asreviewcontrib/visualization/_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 asreviewcontrib/visualization/_version.py
4 changes: 3 additions & 1 deletion asreviewcontrib/visualization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@
from asreviewcontrib.visualization.plot import Plot
from asreviewcontrib.visualization.entrypoint import PlotEntryPoint

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

0 comments on commit dbf9a8b

Please sign in to comment.