From 76263024fd4e9e4c881435a233698a12c7bb407b Mon Sep 17 00:00:00 2001
From: kevinheavey
Date: Thu, 20 Jan 2022 22:58:32 +0000
Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.2=20=E2=86=92=200.1.3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.bumpversion.cfg | 2 +-
Cargo.toml | 2 +-
docs/conf.py | 2 +-
pyproject.toml | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
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"