diff --git a/setup.py b/setup.py index 497c397..fe4b412 100755 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ def run(self): setuptools.setup( name = 'inji', - version = version(), + version = '0.5.3', #version(), description = 'Render parametrized Jinja2 templates at the CLI', author = 'Shalom Bhooshi', author_email = 's.bhooshi@gmail.com',