mirror of
https://github.com/bvanroll/college-python-image.git
synced 2025-09-02 14:02:45 +00:00
7 lines
151 B
Python
7 lines
151 B
Python
from __future__ import division, absolute_import, print_function
|
|
|
|
major = 0
|
|
minor = 4
|
|
micro = 0
|
|
version = '%(major)d.%(minor)d.%(micro)d' % (locals())
|