Files
chishop/djangopypi/__init__.py

3 lines
62 B
Python

VERSION = (0, 2, 0)
__version__ = ".".join(map(str, VERSION))