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

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