Skip to content

Commit 87ad25c

Browse files
committed
0.6.0
1 parent d9faad7 commit 87ad25c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jinja2cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"""
77

88
__author__ = 'Matt Robenolt'
9-
__version__ = '0.5.0'
9+
__version__ = '0.6.0'
1010

1111
from .cli import main # NOQA

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name='jinja2-cli',
21-
version='0.5.0',
21+
version='0.6.0',
2222
author='Matt Robenolt',
2323
author_email='[email protected]',
2424
url='https://github.com/mattrobenolt/jinja2-cli',

0 commit comments

Comments
 (0)