Skip to content

Commit 85ea631

Browse files
Merge pull request #27 from exonet/version-bump
Update version number
2 parents 4f4d551 + c5cf5e7 commit 85ea631

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name-template: "v$RESOLVED_VERSION"
3-
tag-template: "v$RESOLVED_VERSION"
2+
name-template: "$RESOLVED_VERSION"
3+
tag-template: "$RESOLVED_VERSION"
44
change-template: "- #$NUMBER $TITLE @$AUTHOR"
55
sort-direction: ascending
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name='exonetapi',
21-
version='3.0.2',
21+
version='3.0.3',
2222

2323
description='Library to interact with the Exonet API.',
2424
long_description=long_description,

0 commit comments

Comments
 (0)