Skip to content

Commit 35bef5d

Browse files
committed
Bump to v0.1.4
1 parent a31f6c1 commit 35bef5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "jinja2yaml"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "YamlLoader for jinja2"
55
keywords = [
66
"jinja2", "jinja2-template", "jinja2-extention", "jinja2yaml", "yaml", "template"

src/jinja2yaml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
from .yamlloader import YamlLoader
66

7-
VERSION = "v0.1.3"
7+
VERSION = "v0.1.4"

0 commit comments

Comments
 (0)