Bump version to v0.9.5
diff --git a/README.md b/README.md
index 28f989f..bf7aabd 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,11 @@
 
 ## Version History / Release Notes
 
+* v0.9.5 (2020-05-26)
+    * Miscellaneous non-source cleanups in the repo, including setting
+      up GitHub Actions for a CI system. No changes to the library from
+      v0.9.4, other than updating the version.
+
 * v0.9.4 (2020-03-26)
     * [GitHub pull #38](https://github.com/dpranke/pyjson5/pull/38)
       Fix from fredrik@fornwall.net for dumps() crashing when passed
diff --git a/json5/version.py b/json5/version.py
index edf14a0..a0cc8a3 100644
--- a/json5/version.py
+++ b/json5/version.py
@@ -12,4 +12,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-VERSION = '0.9.4'
+VERSION = '0.9.5'