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

Commit 7bb6e3f

Browse files
authored
Prepare for 0.1.6 release (#267)
1 parent 208df7e commit 7bb6e3f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.5'
26+
VERSION = '0.1.6'
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.5',
30+
version='0.1.6',
3131
author='OpenCensus Authors',
3232
author_email='census-developers@googlegroups.com',
3333
classifiers=[

0 commit comments

Comments
 (0)