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

Commit 5dd6f2f

Browse files
authored
post (#1095)
1 parent 46559a8 commit 5dd6f2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/opencensus-ext-azure/opencensus/ext/azure/common/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '1.1.1'
15+
__version__ = '1.2.dev0'

contrib/opencensus-ext-azure/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
install_requires=[
4444
'azure-core >= 1.12.0, < 2.0.0',
4545
'azure-identity >= 1.5.0, < 2.0.0',
46-
'opencensus >= 0.8.0, < 1.0.0',
46+
'opencensus >= 0.9.dev0, < 1.0.0',
4747
'psutil >= 5.6.3',
4848
'requests >= 2.19.0',
4949
],

0 commit comments

Comments
 (0)