Skip to content

Commit bc08f33

Browse files
committed
0.13.1
1 parent 306992c commit bc08f33

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 0.13.1
4+
5+
- style: create py.typed for mypy compatibility (#109)
6+
37
## 0.13.0
48

59
- style: change max line length to 88

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "varname"
7-
version = "0.13.0"
7+
version = "0.13.1"
88
description = "Dark magics about variable names in python."
99
authors = [ "pwwang <[email protected]>",]
1010
license = "MIT"

varname/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
)
1414
from .core import varname, nameof, will, argname
1515

16-
__version__ = "0.13.0"
16+
__version__ = "0.13.1"

0 commit comments

Comments
 (0)