Skip to content

Commit 91f994e

Browse files
authored
Merge pull request #30 from Eppo-exp/v0.1.5
bump version number to 0.1.5
2 parents 4c61f69 + f37a802 commit 91f994e

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)