Skip to content

Commit

Permalink
Bumping to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Dec 8, 2012
1 parent 08b4c80 commit e4f35af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions jinja2cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"""
jinja2-cli
=====
==========
License: BSD, see LICENSE for more details.
"""

__author__ = 'Matt Robenolt'
__version__ = '0.1.1-dev'
__version__ = '0.2.0'

from .cli import main
2 changes: 1 addition & 1 deletion jinja2cli/cli.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
jinja2-cli
=====
==========
License: BSD, see LICENSE for more details.
"""
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
"""
jinja2-cli
======
==========
A CLI interface to jinja2.
Expand All @@ -15,7 +15,7 @@

setup(
name='jinja2-cli',
version='0.1.1-dev',
version='0.2.0',
author='Matt Robenolt',
author_email='[email protected]',
url='https://github.com/mattrobenolt/jinja2-cli',
Expand Down

0 comments on commit e4f35af

Please sign in to comment.