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

Commit da8f22a

Browse files
committed
s/0.1.8/0.1.9/
1 parent a91fea2 commit da8f22a

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
@@ -25,7 +25,7 @@
2525
import MonitoredResourceUtil
2626

2727
# OpenCensus Version
28-
VERSION = '0.1.8'
28+
VERSION = '0.1.9'
2929

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

setup.py

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

2929
setup(
3030
name='opencensus',
31-
version='0.1.8',
31+
version='0.1.9',
3232
author='OpenCensus Authors',
3333
author_email='[email protected]',
3434
classifiers=[

0 commit comments

Comments
 (0)