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 c144471 commit ac0ccb5Copy full SHA for ac0ccb5
jinja2cli/__init__.py
@@ -6,6 +6,6 @@
6
"""
7
8
__author__ = "Matt Robenolt"
9
-__version__ = "0.8.1"
+__version__ = "0.9.0.dev0"
10
11
from .cli import main # NOQA
setup.py
@@ -18,7 +18,7 @@
18
19
setup(
20
name="jinja2-cli",
21
- version="0.8.1",
+ version="0.9.0.dev0",
22
author="Matt Robenolt",
23
author_email="matt@ydekproductions.com",
24
url="https://github.com/mattrobenolt/jinja2-cli",
0 commit comments