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 d95b522 commit a31ee69Copy full SHA for a31ee69
rtkit/__init__.py
@@ -1,5 +1,5 @@
1
__author__ = 'Andrea De Marco <[email protected]>'
2
-__version__ = '0.7.1'
+__version__ = '0.7.2'
3
__classifiers__ = [
4
'Development Status :: 4 - Beta',
5
'Intended Audience :: Developers',
@@ -11,7 +11,7 @@
11
'Topic :: Internet :: WWW/HTTP',
12
'Topic :: Software Development :: Libraries',
13
]
14
-__copyright__ = "2011, %s " % __author__
+__copyright__ = "2011 - 2017, %s " % __author__
15
__license__ = """
16
Copyright (C) %s
17
0 commit comments