diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index cf418ad..27e7076 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,6 +1,6 @@ --- -name-template: "v$RESOLVED_VERSION" -tag-template: "v$RESOLVED_VERSION" +name-template: "$RESOLVED_VERSION" +tag-template: "$RESOLVED_VERSION" change-template: "- #$NUMBER $TITLE @$AUTHOR" sort-direction: ascending diff --git a/setup.py b/setup.py index e34a50a..e0d9318 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='exonetapi', - version='3.0.2', + version='3.0.3', description='Library to interact with the Exonet API.', long_description=long_description,