We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49b8e3 commit fe0f091Copy full SHA for fe0f091
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "apache-airflow-providers-microsoft-fabric"
7
-version = "0.0.1"
+version = "0.0.2"
8
authors = [
9
{ name="Vinicius Fontes", email="vfontes@microsot.com" },
10
]
@@ -31,4 +31,4 @@ package-dir = {"" = "src"}
31
[tool.setuptools.packages.find]
32
where = ["src"]
33
include = ["airflow.providers.*"]
34
-namespaces = true
+namespaces = true
0 commit comments