Skip to content

Commit 27b430b

Browse files
committed
Fix version issue
1 parent f48d002 commit 27b430b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
numpydoc
22
pydata-sphinx-theme
3-
sphinx>=4.5.0
3+
sphinx>=4.5.0
4+
protobuf==3.20.0

unboxapi/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Define the SDK version here so that the interal package can have access to this value.
22
# See https://stackoverflow.com/questions/2058802
3-
__version__ = "0.2.0-alpha-azure"
3+
__version__ = "0.2.0a0"

0 commit comments

Comments
 (0)