Skip to content

Add __version__ to Python module #17

@tjlaboss

Description

@tjlaboss

It is often useful to obtain version info inside Python. Requesting version variables as shown below:

__version_info__ = (5, 3, 1)
__version__  = '.'.join(map(str, __version_info__))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions