Skip to content

Commit

Permalink
version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leforestier committed Aug 22, 2017
1 parent ae06065 commit 6eb3539
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='1.8.0',
version='1.9.0',
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__ = '1.8.0'
__version__ = '1.9.0'

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

0 comments on commit 6eb3539

Please sign in to comment.