Skip to content

Commit 9f1f8ca

Browse files
committed
release 0.6.0
1 parent a795a74 commit 9f1f8ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

df_to_azure/__init__.py

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

33
from .export import df_to_azure
44

5-
__version__ = "0.6.0-rc.2"
5+
__version__ = "0.6.0"
66

77
logging.basicConfig(
88
format="%(asctime)s.%(msecs)03d [%(levelname)-5s] [%(name)s] - %(message)s",

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = df_to_azure
3-
version = 0.6.0-rc.2
3+
version = 0.6.0
44
author = Melvin Folkers, Erfan Nariman
55
author_email = melvin@zypp.io, erfan@zypp.io
66
description = Automatically create pipelines with copy activity from blob to SQL

0 commit comments

Comments
 (0)