Skip to content

Commit

Permalink
Prepare for 0.1.8 release (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
liyanhui1228 authored Oct 8, 2018
1 parent e346f46 commit 3abb0b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opencensus/trace/exporters/stackdriver_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import MonitoredResourceUtil

# OpenCensus Version
VERSION = '0.1.7'
VERSION = '0.1.8'

# Agent
AGENT = 'opencensus-python [{}]'.format(VERSION)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='opencensus',
version='0.1.7',
version='0.1.8',
author='OpenCensus Authors',
author_email='[email protected]',
classifiers=[
Expand Down

0 comments on commit 3abb0b6

Please sign in to comment.