Skip to content

Commit 628bb0b

Browse files
committed
update to b3
1 parent 2db5057 commit 628bb0b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
project = "FeatureManagement"
1111
copyright = "2024, Microsoft"
1212
author = "Microsoft"
13-
release = "2.0.0b2"
13+
release = "2.0.0b3"
1414

1515
# -- General configuration ---------------------------------------------------
1616

featuremanagement/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# -------------------------------------------------------------------------
66

7-
VERSION = "2.0.0b2"
7+
VERSION = "2.0.0b3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build-backend = "setuptools.build_meta"
1919

2020
[project]
2121
name = "FeatureManagement"
22-
version = "2.0.0b2"
22+
version = "2.0.0b3"
2323
authors = [
2424
{ name="Microsoft Corporation", email="appconfig@microsoft.com" },
2525
]

0 commit comments

Comments
 (0)