Skip to content

Commit

Permalink
post (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen authored Aug 19, 2022
1 parent 1afc6cd commit 4eb8b0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '1.1.7'
__version__ = '1.2.dev0'
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-azure/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
install_requires=[
'azure-core >= 1.12.0, < 2.0.0',
'azure-identity >= 1.5.0, < 2.0.0',
'opencensus >= 0.11.0, < 1.0.0',
'opencensus >= 0.12.dev0, < 1.0.0',
'psutil >= 5.6.3',
'requests >= 2.19.0',
],
Expand Down

0 comments on commit 4eb8b0c

Please sign in to comment.