We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0015d6d commit 56625fdCopy full SHA for 56625fd
2 files changed
circuitpython_kernel/__init__.py
@@ -3,5 +3,5 @@
3
4
from .version import version_info, __version__
5
6
-__author__ = """Carol Willing"""
7
-__email__ = 'carolcode@willingconsulting.com'
+__author__ = """Adafruit Industries"""
+__email__ = 'brent@adafruit.com'
requirements_dev.txt
@@ -9,4 +9,4 @@ cryptography==2.2.2
9
PyYAML==3.12
10
Flask-Sphinx-Themes==1.0.2
11
recommonmark==0.4.0
12
-pylint==1.8.2
+pylint==1.9.2
0 commit comments