The main reason to copy into upstream is to bring in a new runner. Signed-off-by: Marti Bolivar <marti@foundries.io>
6 lines
205 B
Python
6 lines
205 B
Python
# Don't put anything else in here!
|
|
#
|
|
# This is the Python 3 version of option 3 in:
|
|
# https://packaging.python.org/guides/single-sourcing-package-version/#single-sourcing-the-version
|
|
__version__ = '0.4.1'
|