version: mark the current source as development version for 6.0.0
This is useful to distinguish the development version from the latest tagged
version. In this particular case, this will allow us to publish a pre-version on
pypi.
# define Mercurial extension metadata for evolution
#
# Copyright 2017 Pierre-Yves David <pierre-yves.david@ens-lyon.org>
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.
__version__ = '6.0.0.dev'
testedwith = '3.8.4 3.9.2 4.0.2 4.1'
minimumhgversion = '3.8'
buglink = 'https://bz.mercurial-scm.org/'