We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9faad7 commit 87ad25cCopy full SHA for 87ad25c
jinja2cli/__init__.py
@@ -6,6 +6,6 @@
6
"""
7
8
__author__ = 'Matt Robenolt'
9
-__version__ = '0.5.0'
+__version__ = '0.6.0'
10
11
from .cli import main # NOQA
setup.py
@@ -18,7 +18,7 @@
18
19
setup(
20
name='jinja2-cli',
21
- version='0.5.0',
+ version='0.6.0',
22
author='Matt Robenolt',
23
author_email='[email protected]',
24
url='https://github.com/mattrobenolt/jinja2-cli',
0 commit comments