Bump to version 0.9.11.
diff --git a/README.md b/README.md
index d1cf08c..41d505f 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,10 @@
 
 ## Version History / Release Notes
 
+* v0.9.11 (2023-01-02)
+    * [GitHub issue #60](https://github.com/dpranke/pyjson5/issues/60)
+      Fixed minor Python2 compatibility issue by referring to
+      `float("inf")` instead of `math.inf`.
 * v0.9.10 (2022-08-18)
     * [GitHub issue #58](https://github.com/dpranke/pyjson5/issues/58)
       Updated the //README.md to be clear that parsing arbitrary JS
diff --git a/json5/version.py b/json5/version.py
index bd14033..8d5c7b5 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.10'
+VERSION = '0.9.11'