Skip to content

Commit

Permalink
Bump to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vd2org committed Feb 26, 2024
1 parent ee29d4f commit fd4d784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "jinja2yaml"
version = "0.1.1"
version = "0.1.2"
description = "YamlLoader for jinja2"
keywords = [
"jinja2", "jinja2-template", "jinja2-extention", "jinja2yaml", "yaml", "template"
Expand Down
2 changes: 1 addition & 1 deletion src/jinja2yaml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

from .yamlloader import YamlLoader

VERSION = "v0.1.1"
VERSION = "v0.1.2"

0 comments on commit fd4d784

Please sign in to comment.