|
__version__ = '2.8.0.post0' |
This is not precise, imagine a user who fetches the main branch and he forgets which version/branch he has installed. Eventually hits a bug and report his version, his gonna report a wrong version number.
Ideally the main branch has no version, or it could be something like:
2.8.x or
2.x.x
aiida-core/src/aiida/__init__.py
Line 30 in 6a6f66a
This is not precise, imagine a user who fetches the main branch and he forgets which version/branch he has installed. Eventually hits a bug and report his version, his gonna report a wrong version number.
Ideally the main branch has no version, or it could be something like:
2.8.xor2.x.x