We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8264d6c commit 9b50544Copy full SHA for 9b50544
setup.py
@@ -21,7 +21,7 @@
21
from setuptools import setup
22
23
def get_version() -> str:
24
- return "0.16-SNAPSHOT"
+ return "0.16.dev"
25
26
def build_ingest_rpc(name: str):
27
# Anchor all paths to the project root (the folder that contains this setup.py)
0 commit comments