Skip to content

Commit f37a802

Browse files
bump version number to 0.1.5
1 parent 4c61f69 commit f37a802

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 = "eppo_metrics_sync"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "Sync metrics to Eppo"
99
readme = "README.md"
1010
requires-python = ">=3.7"
@@ -18,4 +18,4 @@ dependencies = [
1818
packages = ["eppo_metrics_sync"]
1919

2020
[tool.setuptools.package-data]
21-
eppo_metrics_sync = ["schema/*"]
21+
eppo_metrics_sync = ["schema/*"]

0 commit comments

Comments
 (0)