Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaim committed Mar 8, 2020
1 parent 6cdb452 commit 88d8a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from artext.artext import Artext


version_info = (0, 2, 8)
version_info = (0, 2, 9)
__version__ = '.'.join(str(c) for c in version_info)

__all__ = (
Expand Down

0 comments on commit 88d8a27

Please sign in to comment.