Skip to content

Commit

Permalink
Merge pull request #27 from exonet/version-bump
Browse files Browse the repository at this point in the history
Update version number
  • Loading branch information
robbinjanssen authored Nov 8, 2021
2 parents 4f4d551 + c5cf5e7 commit 85ea631
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 85ea631

Please sign in to comment.