We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a795a74 commit 9f1f8caCopy full SHA for 9f1f8ca
df_to_azure/__init__.py
@@ -2,7 +2,7 @@
2
3
from .export import df_to_azure
4
5
-__version__ = "0.6.0-rc.2"
+__version__ = "0.6.0"
6
7
logging.basicConfig(
8
format="%(asctime)s.%(msecs)03d [%(levelname)-5s] [%(name)s] - %(message)s",
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = df_to_azure
-version = 0.6.0-rc.2
+version = 0.6.0
author = Melvin Folkers, Erfan Nariman
author_email = melvin@zypp.io, erfan@zypp.io
description = Automatically create pipelines with copy activity from blob to SQL
0 commit comments