Skip to content

Commit fd66d41

Browse files
fonnesbecktwiecki
authored andcommitted
Added versioneer support
1 parent c58ceb2 commit fd66d41

File tree

6 files changed

+2817
-1
lines changed

6 files changed

+2817
-1
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pymc/_version.py export-subst

pymc/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,6 @@ def __set_compiler_flags():
7575
from pymc.tuning import *
7676
from pymc.variational import *
7777
from pymc.vartypes import *
78+
79+
from . import _version
80+
__version__ = _version.get_versions()['version']

0 commit comments

Comments
 (0)