Skip to content

Commit

Permalink
Merge pull request #14 from streamlit/add-publish-workflow
Browse files Browse the repository at this point in the history
Fix package name
  • Loading branch information
sfc-gh-zblackwood committed Sep 26, 2023
2 parents 5be9743 + 7030e2a commit 9cf937a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import setuptools

VERSION = "0.0.2" # PEP-440
VERSION = "0.0.3" # PEP-440

NAME = "streamlit_gsheets"
NAME = "st-gsheets-connection"

INSTALL_REQUIRES = [
"streamlit>=1.22.0",
Expand Down

0 comments on commit 9cf937a

Please sign in to comment.