-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
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