Skip to content

Commit 3916efe

Browse files
committed
Update module init file; begin version stamping here.
1 parent fd14b83 commit 3916efe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

instana/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"""
77

88
__author__ = 'Instana Inc.'
9-
__copyright__ = 'Copyright 2016 Instana Inc.'
10-
__credits__ = ['Pavlo Baron']
9+
__copyright__ = 'Copyright 2017 Instana Inc.'
10+
__credits__ = ['Pavlo Baron', 'Peter Giacomo Lombardo']
1111
__license__ = 'MIT'
12-
__version__ = '0.0.1'
13-
__maintainer__ = 'Pavlo Baron'
14-
__email__ = 'pavlo.baron@instana.com'
12+
__version__ = '0.6.6'
13+
__maintainer__ = 'Peter Giacomo Lombardo'
14+
__email__ = 'peter.lombardo@instana.com'
1515

1616
__all__ = ['sensor', 'tracer']

0 commit comments

Comments
 (0)