Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit 615001a

Browse files
Bump package versions for release on 2019-07-17
1 parent 4275962 commit 615001a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-iot-device/.bumpverion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.0-preview.7
2+
current_version = 2.0.0-preview.8
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)-preview\.(?P<preview>\d+)
44
serialize = {major}.{minor}.{patch}-preview.{preview}
55

azure-iot-device/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
setup(
3232
name="azure-iot-device",
33-
version="2.0.0-preview.7",
33+
version="2.0.0-preview.8",
3434
description="Microsoft Azure IoT Device Library",
3535
license="MIT License",
3636
url="https://github.com/Azure/azure-iot-sdk-python-preview",

0 commit comments

Comments
 (0)