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

Commit 3abb0b6

Browse files
authored
Prepare for 0.1.8 release (#339)
1 parent e346f46 commit 3abb0b6

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.7'
28+
VERSION = '0.1.8'
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.7',
31+
version='0.1.8',
3232
author='OpenCensus Authors',
3333
author_email='[email protected]',
3434
classifiers=[

0 commit comments

Comments
 (0)