Skip to content

Commit

Permalink
Bump version: 0.1.1 → 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
knowsuchagency committed Jun 23, 2017
1 parent 3625532 commit 85584a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ninjadog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Stephan Fitzpatrick"""
__email__ = 'knowsuchagency@gmail.com'
__version__ = '0.1.1'
__version__ = '0.1.2'

from ninjadog.ninjadog import render
from ninjadog.ext.jinja2 import jinja2_renderer
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name='ninjadog',
version='0.1.1',
version='0.1.2',
description="Pug template support in Python",
long_description=readme,
author="Stephan Fitzpatrick",
Expand Down

0 comments on commit 85584a4

Please sign in to comment.