Skip to content

Commit

Permalink
version 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leforestier committed Nov 2, 2024
1 parent 8d4999c commit e5a5756
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.16.0',
version='1.16.1',
package_data={"yattag": ["py.typed"]},
packages=['yattag'],
install_requires=[
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.16.0'
__version__ = '1.16.1'
__all__ = [
'Doc',
'SimpleDoc',
Expand Down

0 comments on commit e5a5756

Please sign in to comment.