Skip to content

Commit af98184

Browse files
committed
Update to v0.3.0
1 parent 922332e commit af98184

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="streamlit-condition-tree",
10-
version="0.2.0",
10+
version="0.3.0",
1111
author="Cédric Villette",
1212
author_email="[email protected]",
1313
description="Condition Tree Builder for Streamlit",

streamlit_condition_tree/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "streamlit-condition-tree",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": false,
55
"dependencies": {
66
"@fontsource/source-sans-pro": "5.0.8",

0 commit comments

Comments
 (0)