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

Commit 8a10cde

Browse files
authored
Release opencensus 0.1.3 (#132)
1 parent 113ca2b commit 8a10cde

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

2424

2525
# OpenCensus Version
26-
VERSION = '0.1.2'
26+
VERSION = '0.1.3'
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.2',
26+
version='0.1.3',
2727
author='OpenCensus Authors',
2828
author_email='census-developers@googlegroups.com',
2929
classifiers=[

0 commit comments

Comments
 (0)