Skip to content

Please add blank space after colon in version definition.  #17

@jsiemek

Description

@jsiemek

Change

In Python the keys of the JSON object are separated from values using ': ' (i.e a colon followed by a space).

"version":"0.1.3"
into
"version": "0.1.3"
as it results in error.

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