Skip to content

Commit 055a6e5

Browse files
authored
update version (#20)
1 parent 2054c63 commit 055a6e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module(
1616
name = "dataproxy",
17-
version = "0.3.0b1",
17+
version = "0.4.0b0",
1818
compatibility_level = 1,
1919
)
2020

dataproxy_sdk/python/dataproxy/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414

1515

16-
__version__ = "0.3.0b0"
16+
__version__ = "0.4.0b0"

0 commit comments

Comments
 (0)