Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
leforestier committed May 3, 2014
1 parent 264a53a commit 459a352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='yattag',
version='0.9.5',
version='0.9.6',
packages=['yattag'],
author = 'Benjamin Le Forestier',
author_email = '[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion yattag/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"""

__author__ = "Benjamin Le Forestier ([email protected])"
__version__ = '0.9.5'
__version__ = '0.9.6'

from yattag.simpledoc import SimpleDoc
from yattag.doc import Doc
Expand Down

0 comments on commit 459a352

Please sign in to comment.