Skip to content

Commit

Permalink
missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mrojas committed Dec 9, 2024
1 parent bf504c1 commit a704aa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ snowpark_extensions.egg-info/
extensions-py/
.ipynb_checkpoints/
ext-env/
extras/custom_reader/jdbc_reader/.metals
extras/custom_reader/jdbc_reader/target
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()

VERSION = '0.0.42'
VERSION = '0.0.43'

setup(name='snowpark_extensions',
version=VERSION,
Expand Down

0 comments on commit a704aa2

Please sign in to comment.