Skip to content

Commit fe0f091

Browse files
committed
version update 0.0.2
1 parent f49b8e3 commit fe0f091

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "apache-airflow-providers-microsoft-fabric"
7-
version = "0.0.1"
7+
version = "0.0.2"
88
authors = [
99
{ name="Vinicius Fontes", email="vfontes@microsot.com" },
1010
]
@@ -31,4 +31,4 @@ package-dir = {"" = "src"}
3131
[tool.setuptools.packages.find]
3232
where = ["src"]
3333
include = ["airflow.providers.*"]
34-
namespaces = true
34+
namespaces = true

0 commit comments

Comments
 (0)