Skip to content

Commit 7f42364

Browse files
committed
bump version to 0.1.0
1 parent e8f671d commit 7f42364

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dask_snowflake/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .core import read_snowflake, to_snowflake
22

3-
__version__ = "0.0.2"
3+
__version__ = "0.1.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="dask-snowflake",
7-
version="0.0.2",
7+
version="0.1.0",
88
description="Dask + Snowflake intergration",
99
license="BSD",
1010
maintainer="James Bourbeau",

0 commit comments

Comments
 (0)