Skip to content

Commit 9cf937a

Browse files
Merge pull request #14 from streamlit/add-publish-workflow
Fix package name
2 parents 5be9743 + 7030e2a commit 9cf937a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import setuptools
22

3-
VERSION = "0.0.2" # PEP-440
3+
VERSION = "0.0.3" # PEP-440
44

5-
NAME = "streamlit_gsheets"
5+
NAME = "st-gsheets-connection"
66

77
INSTALL_REQUIRES = [
88
"streamlit>=1.22.0",

0 commit comments

Comments
 (0)