-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version identification #331
Comments
The project version is given here: https://github.com/ecell/ecell4-base/blob/master/CMakeLists.txt#L4 This also works as the version of Python pacage |
The version scheme in PEP 440 is The current implementation only accepts Here is a proposal:
This accepts |
Or simply |
Use |
The version scheme expects |
The version scheme was updated:
|
Determine the style of version naming.
The following documents gives the style for Python packages though it seems too complicated.
https://www.python.org/dev/peps/pep-0440/
The version style affects the following part:
https://github.com/ecell/ecell4-base/blob/master/ecell4/core/extras.hpp#L90-L101
https://github.com/ecell/ecell4-base/blob/master/ecell4/core/extras.cpp#L103-L168
The text was updated successfully, but these errors were encountered: