arnaudmiribel / streamlit-extras

Discover, try, install and share Streamlit re-usable bits we call "extras"!
https://extras.streamlit.app
Apache License 2.0
727 stars 124 forks source link

Add version to __version__ #240

Closed arnaudmiribel closed 1 month ago

arnaudmiribel commented 1 month ago

It's time to add the __version__ attribute! Copied how streamlit does it.

How to test

After pip install -e . && ipython, run:

In [3]: import streamlit_extras

In [4]: streamlit_extras.__version__
Out[4]: '0.4.4'
netlify[bot] commented 1 month ago

Deploy Preview for phenomenal-crepe-0effec ready!

Name Link
Latest commit 4c0fe62091907339cea42880988e5d44bcd7312f
Latest deploy log https://app.netlify.com/sites/phenomenal-crepe-0effec/deploys/66b37a1d18ab15000843c058
Deploy Preview https://deploy-preview-240--phenomenal-crepe-0effec.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

arnaudmiribel commented 1 month ago

Fix #105