summaryrefslogtreecommitdiffstats
path: root/tests/samples/invalid_version1.py
blob: dd3268a71f9c8f6997ca10c96f3bce5688fe1f76 (plain)
1
2
3
"""Sample module with invalid __version__ string"""

__version__ = "not starting with a number"