Skip to content

Commit

Permalink
Fixed paths and version
Browse files Browse the repository at this point in the history
  • Loading branch information
stavrostheocharis committed Jan 4, 2024
1 parent a4baa17 commit 16207b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="streamlit-token_craft",
version="0.1.4",
version="0.1.5",
author="Stavros Theocharis",
author_email="[email protected]",
description="streamlit custom token craft and management component",
Expand Down
2 changes: 1 addition & 1 deletion token_craft/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import streamlit.components.v1 as components
import os

_RELEASE = True
_RELEASE = False

if not _RELEASE:
_component_func = components.declare_component(
Expand Down

0 comments on commit 16207b7

Please sign in to comment.