Skip to content

Commit

Permalink
Bump version: 0.1.2 → 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jan 20, 2022
1 parent 457bfce commit 7626302
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.2
current_version = 0.1.3
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <kevinheavey123@gmail.com>"]

Expand All @@ -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"
Expand Down

0 comments on commit 7626302

Please sign in to comment.