diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 0a6e85c85e99ec5518bc25369f33d32d110352cd..fc19ed43ab3bc89cf6fe615f07be0897cc6289d6 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -4,6 +4,13 @@ Please include a summary of the change and which issue is fixed. Please also inc
 
 Fixes # (issue)
 
+## Version Bump?
+
+Did I bump the version in the `pyproject.toml` file of the package I am updating? (Except for the `llama-index-core` package)
+
+- [ ] Yes
+- [ ] No
+
 ## Type of Change
 
 Please delete options that are not relevant.
@@ -13,7 +20,7 @@ Please delete options that are not relevant.
 - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
 - [ ] This change requires a documentation update
 
-# How Has This Been Tested?
+## How Has This Been Tested?
 
 Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
 
@@ -21,7 +28,7 @@ Please describe the tests that you ran to verify your changes. Provide instructi
 - [ ] Added new notebook (that tests end-to-end)
 - [ ] I stared at the code and made sure it makes sense
 
-# Suggested Checklist:
+## Suggested Checklist:
 
 - [ ] I have performed a self-review of my own code
 - [ ] I have commented my code, particularly in hard-to-understand areas
diff --git a/llama-index-integrations/vector_stores/llama-index-vector-stores-milvus/pyproject.toml b/llama-index-integrations/vector_stores/llama-index-vector-stores-milvus/pyproject.toml
index 24990a5cff6dfa7e763f623d597512e6cb7ccfdd..0485e688265ca66bfec0ab245792457e725cd5a5 100644
--- a/llama-index-integrations/vector_stores/llama-index-vector-stores-milvus/pyproject.toml
+++ b/llama-index-integrations/vector_stores/llama-index-vector-stores-milvus/pyproject.toml
@@ -27,7 +27,7 @@ exclude = ["**/BUILD"]
 license = "MIT"
 name = "llama-index-vector-stores-milvus"
 readme = "README.md"
-version = "0.1.4"
+version = "0.1.5"
 
 [tool.poetry.dependencies]
 python = ">=3.8.1,<4.0"