Skip to content

Commit 736241d

Browse files
committed
version bump
1 parent 8b85973 commit 736241d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tikzplotlib/__about__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
__author__ = u"Nico Schlömer"
1+
__author__ = "Nico Schlömer"
22
__email__ = "[email protected]"
3-
__copyright__ = u"Copyright (c) 2010-2019, {} <{}>".format(__author__, __email__)
3+
__copyright__ = "Copyright (c) 2010-2019, {} <{}>".format(__author__, __email__)
44
__license__ = "License :: OSI Approved :: MIT License"
5-
__version__ = "0.7.4"
5+
__version__ = "0.8.0"
66
__status__ = "Development Status :: 5 - Production/Stable"

0 commit comments

Comments
 (0)