summaryrefslogtreecommitdiffstats
path: root/tests/samples/modulewithlocalversion/modulewithlocalversion.py
blob: 4d11be92bde21b0d54de5c8a49e3624c05b62ba8 (plain)
1
2
3
4
5
"""
A module with a local version specifier
"""

__version__ = "0.1.dev0+test"