Skip to content

Commit 56625fd

Browse files
authored
Contact Info __init__.py (#13)
* Update pylint from 1.8.2 to 1.9.2 * update init to adafruit contact
1 parent 0015d6d commit 56625fd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

circuitpython_kernel/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
from .version import version_info, __version__
55

6-
__author__ = """Carol Willing"""
7-
__email__ = 'carolcode@willingconsulting.com'
6+
__author__ = """Adafruit Industries"""
7+
__email__ = 'brent@adafruit.com'

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ cryptography==2.2.2
99
PyYAML==3.12
1010
Flask-Sphinx-Themes==1.0.2
1111
recommonmark==0.4.0
12-
pylint==1.8.2
12+
pylint==1.9.2

0 commit comments

Comments
 (0)