Skip to content

Commit

Permalink
release: version v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
voznik committed Jul 21, 2024
1 parent 7ae07b4 commit df6a912
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: 3.10.12

- name: Install Poetry
run: |
Expand Down
126 changes: 78 additions & 48 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "streamlit-textcomplete"
version = "0.1.0"
version = "0.1.1"
description = "Streamlit autocomplete Textcomplete editor for HTMLTextAreaElement"
authors = ["voznik <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit df6a912

Please sign in to comment.