summaryrefslogtreecommitdiffstats
path: root/tests/samples/modulewithconstructedversion.py
blob: 5d9ec93b204796214080f3e0c2fdba3d0748d611 (plain)
1
2
3
4
"""This module has a __version__ that requires runtime interpretation"""

__version__ = ".".join(["1", "2", "3"])