diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 09851dd..daea9db 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.1.2
+current_version = 0.1.3
commit = True
tag = True
tag_name = {new_version}
diff --git a/Cargo.toml b/Cargo.toml
index f8e4f38..9d11c1a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pyheck"
-version = "0.1.2"
+version = "0.1.3"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/docs/conf.py b/docs/conf.py
index 7b682ab..1507d81 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -21,7 +21,7 @@
author = "Kevin Heavey"
# The full version, including alpha/beta/rc tags
-release = "0.1.2"
+release = "0.1.3"
# -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 685f916..3501f25 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyheck"
-version = "0.1.2"
+version = "0.1.3"
description = "Python bindings for heck, the Rust case conversion library"
authors = ["kevinheavey "]
@@ -26,7 +26,7 @@ build-backend = "maturin"
[project]
name = "pyheck"
-version = "0.1.2"
+version = "0.1.3"
description = "Python bindings for heck, the Rust case conversion library"
authors = [ {name = "kevinheavey", email = "kevinheavey123@gmail.com"} ]
requires-python = ">=3.9"