Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit d2a8320

Browse files
authored
Prepare for opencensus 0.1.5 release (#178)
1 parent 40ab787 commit d2a8320

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

opencensus/trace/exporters/stackdriver_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from opencensus.trace.exporters.transports import sync
2424

2525
# OpenCensus Version
26-
VERSION = '0.1.4'
26+
VERSION = '0.1.5'
2727

2828
# Agent
2929
AGENT = 'opencensus-python [{}]'.format(VERSION)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name='opencensus',
30-
version='0.1.4',
30+
version='0.1.5',
3131
author='OpenCensus Authors',
3232
author_email='[email protected]',
3333
classifiers=[

0 commit comments

Comments
 (0)