diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0f077db..5937e90 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,3 +12,4 @@ - [ ] Tests added - [ ] All testsuites passed - [ ] `make dist` completed successfully +- [ ] Bump package version if release coming diff --git a/learnosity_sdk/_version.py b/learnosity_sdk/_version.py index e7ba358..d160d1c 100644 --- a/learnosity_sdk/_version.py +++ b/learnosity_sdk/_version.py @@ -1 +1 @@ -__version__ = 'v0.3.9' +__version__ = 'v0.3.10'