Bump to version v0.9.13.
diff --git a/README.md b/README.md index c088996..5c0f34f 100644 --- a/README.md +++ b/README.md
@@ -61,6 +61,9 @@ ## Version History / Release Notes +* v0.9.14 (2023-05-14) + * [GitHub issue #63](https://github.com/dpranke/pyjson5/issues/63) + Handle `+Infinity` as well as `-Infinity` and `Infinity`. * v0.9.13 (2023-03-16) * [GitHub PR #64](https://github.com/dpranke/pyjson5/pull/64) Remove a field from one of the JSON benchmark files to
diff --git a/json5/version.py b/json5/version.py index ef76449..22fe1fd 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.13' +VERSION = '0.9.14'