aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client/__version__.py
blob: 0c7a00a99e75ac68da21fe85bfb28c63a04a6370 (plain)
1
2
3

VERSION = (0, 3, 1) # eg, (0, 2, '0dev0')
__version__ = '.'.join(map(str, VERSION))