Files
django-ram/ram/ram/__init__.py

5 lines
92 B
Python

from ram.utils import git_suffix
__version__ = "0.4.2"
__version__ += git_suffix(__file__)