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 922332e commit af98184Copy full SHA for af98184
setup.py
@@ -7,7 +7,7 @@
7
8
setuptools.setup(
9
name="streamlit-condition-tree",
10
- version="0.2.0",
+ version="0.3.0",
11
author="Cédric Villette",
12
author_email="[email protected]",
13
description="Condition Tree Builder for Streamlit",
streamlit_condition_tree/frontend/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "streamlit-condition-tree",
3
- "version": "0.2.0",
+ "version": "0.3.0",
4
"private": false,
5
"dependencies": {
6
"@fontsource/source-sans-pro": "5.0.8",
0 commit comments