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 8b85973 commit 736241dCopy full SHA for 736241d
tikzplotlib/__about__.py
@@ -1,6 +1,6 @@
1
-__author__ = u"Nico Schlömer"
+__author__ = "Nico Schlömer"
2
__email__ = "[email protected]"
3
-__copyright__ = u"Copyright (c) 2010-2019, {} <{}>".format(__author__, __email__)
+__copyright__ = "Copyright (c) 2010-2019, {} <{}>".format(__author__, __email__)
4
__license__ = "License :: OSI Approved :: MIT License"
5
-__version__ = "0.7.4"
+__version__ = "0.8.0"
6
__status__ = "Development Status :: 5 - Production/Stable"
0 commit comments