Skip to content

Commit e754c58

Browse files
committed
chore: bump version
1 parent fa55a2f commit e754c58

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pyproject.toml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
[project]
22
name = "dagster-sqlmesh"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
description = ""
5-
authors = [
6-
{name = "Reuven Gonzales", email = "[email protected]"}
7-
]
8-
license = {text = "Apache-2.0"}
5+
authors = [{ name = "Reuven Gonzales", email = "[email protected]" }]
6+
license = { text = "Apache-2.0" }
97
readme = "README.md"
108
requires-python = ">=3.11,<3.13"
119
dependencies = [
@@ -38,6 +36,5 @@ exclude = [
3836
"**/.github",
3937
"**/.vscode",
4038
"**/.idea",
41-
"**/.pytest_cache",
39+
"**/.pytest_cache",
4240
]
43-

0 commit comments

Comments
 (0)