Skip to content

Commit 88ba4ca

Browse files
authored
Merge pull request #139 from nschloe/version-bump
version, year bump
2 parents 6d51d04 + 4c84c93 commit 88ba4ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2010-2016 Nico Schlömer
3+
Copyright (c) 2010-2017 Nico Schlömer
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

matplotlib2tikz/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#
33
__author__ = 'Nico Schlömer'
44
__email__ = '[email protected]'
5-
__copyright__ = 'Copyright (c) 2010-2016, %s <%s>' % (__author__, __email__)
5+
__copyright__ = 'Copyright (c) 2010-2017, %s <%s>' % (__author__, __email__)
66
__credits__ = []
77
__license__ = 'MIT License'
8-
__version__ = '0.6.1'
8+
__version__ = '0.6.2'
99
__maintainer__ = 'Nico Schlömer'
1010
__status__ = 'Production'

0 commit comments

Comments
 (0)