We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597ff3d commit 33c0cd8Copy full SHA for 33c0cd8
artext/__init__.py
@@ -2,5 +2,5 @@
2
from artext import utils
3
from artext.artext import Artext
4
5
-version_info = (0, 2, 6)
+version_info = (0, 2, 7)
6
__version__ = '.'.join(str(c) for c in version_info)
0 commit comments