Set bootstrap version to post-release 0.2.99
This mirrors what gets done in Zephyr. Signed-off-by: Marti Bolivar <marti@foundries.io>
This commit is contained in:
parent
21fda3ab1a
commit
b678172f60
|
@ -2,4 +2,4 @@
|
||||||
#
|
#
|
||||||
# This is the Python 3 version of option 3 in:
|
# This is the Python 3 version of option 3 in:
|
||||||
# https://packaging.python.org/guides/single-sourcing-package-version/#single-sourcing-the-version
|
# https://packaging.python.org/guides/single-sourcing-package-version/#single-sourcing-the-version
|
||||||
__version__ = '0.2.0'
|
__version__ = '0.2.99'
|
||||||
|
|
Loading…
Reference in New Issue