Skip to content

Commit f5ad931

Browse files
committed
Bumped version
1 parent 493038e commit f5ad931

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cure/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version_info__ = (0, 1, 1)
1+
__version_info__ = (0, 1, 2)
22
__version__ = "".join([".{}".format(str(n)) if type(n) is int else str(n) for n in __version_info__]).replace(
33
".", "", 1 if type(__version_info__[0]) is int else 0
44
)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cure"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Decorator for fixing naming conventions to keys of keyword arguments - adds trailing underscores to keys using bad naming such as reserved keywords or Python built-ins"
55
authors = ["Carl Oscar Aaro <[email protected]>"]
66
homepage = "https://github.com/kalaspuff/cure"

0 commit comments

Comments
 (0)