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

Commit de32d2d

Browse files
authored
Prepare opencensus0.1.4 release (#148)
1 parent 186c931 commit de32d2d

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.3'
26+
VERSION = '0.1.4'
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
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name='opencensus',
26-
version='0.1.3',
26+
version='0.1.4',
2727
author='OpenCensus Authors',
2828
author_email='[email protected]',
2929
classifiers=[

0 commit comments

Comments
 (0)