Skip to content

Commit

Permalink
bump version (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartertinney committed Feb 12, 2024
1 parent 05e049d commit 4272a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.12.0
current_version = 2.13.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}

Expand Down
2 changes: 1 addition & 1 deletion azure-iot-device/azure/iot/device/constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""This module defines constants for use across the azure-iot-device package
"""

VERSION = "2.12.0"
VERSION = "2.13.0"
IOTHUB_IDENTIFIER = "azure-iot-device-iothub-py"
PROVISIONING_IDENTIFIER = "azure-iot-device-provisioning-py"
IOTHUB_API_VERSION = "2019-10-01"
Expand Down

0 comments on commit 4272a82

Please sign in to comment.