Skip to content

Commit 9b50544

Browse files
committed
[py] 0.16.dev
1 parent 8264d6c commit 9b50544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from setuptools import setup
2222

2323
def get_version() -> str:
24-
return "0.16-SNAPSHOT"
24+
return "0.16.dev"
2525

2626
def build_ingest_rpc(name: str):
2727
# Anchor all paths to the project root (the folder that contains this setup.py)

0 commit comments

Comments
 (0)