Skip to content

Commit

Permalink
Prepare for opencensus 0.1.5 release (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
liyanhui1228 authored May 22, 2018
1 parent 40ab787 commit d2a8320
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 @@ -23,7 +23,7 @@
from opencensus.trace.exporters.transports import sync

# OpenCensus Version
VERSION = '0.1.4'
VERSION = '0.1.5'

# 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 @@ -27,7 +27,7 @@

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

0 comments on commit d2a8320

Please sign in to comment.