Skip to content

Commit

Permalink
Update version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen van der Heijden committed Sep 21, 2016
1 parent 68d92b2 commit 09879a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Got documentation from: http://peterdowns.com/posts/first-time-with-pypi.html
#
# 1. Create tag:
# git tag 1.0.4 -m "Adds a tag so that we can put this new version on PyPI."
# git tag 1.0.5 -m "Adds a tag so that we can put this new version on PyPI."
#
# 2. Push tag:
# git push --tags origin master
Expand All @@ -20,7 +20,7 @@
setup(
name='trender',
packages=['trender'],
version='1.0.4',
version='1.0.5',
description='Template Render Engine written in pure Python',
author='Jeroen van der Heijden',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion trender/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
__author__ = 'Jeroen van der Heijden'
__maintainer__ = 'Jeroen van der Heijden'
__email__ = '[email protected]'
__version__ = '1.0.3'
__version__ = '1.0.5'

0 comments on commit 09879a7

Please sign in to comment.