Skip to content

Commit

Permalink
Prepare opencensus0.1.4 release (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
liyanhui1228 authored Apr 9, 2018
1 parent 186c931 commit de32d2d
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.3'
VERSION = '0.1.4'

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

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

0 comments on commit de32d2d

Please sign in to comment.