Skip to content

Commit b5ee370

Browse files
committed
Update to v0.1.3
1 parent 60589be commit b5ee370

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

streamlit_condition_tree/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "streamlit-condition-tree",
3-
"version": "0.1.2",
4-
"private": true,
3+
"version": "0.1.3",
4+
"private": false,
55
"dependencies": {
66
"@fontsource/source-sans-pro": "^5.0.8",
77
"@react-awesome-query-builder/antd": "^6.4.1",

0 commit comments

Comments
 (0)