Skip to content

Commit

Permalink
Merge pull request #30 from Eppo-exp/v0.1.5
Browse files Browse the repository at this point in the history
bump version number to 0.1.5
  • Loading branch information
emielver authored Jan 14, 2025
2 parents 4c61f69 + f37a802 commit 91f994e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "eppo_metrics_sync"
version = "0.1.4"
version = "0.1.5"
description = "Sync metrics to Eppo"
readme = "README.md"
requires-python = ">=3.7"
Expand All @@ -18,4 +18,4 @@ dependencies = [
packages = ["eppo_metrics_sync"]

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

0 comments on commit 91f994e

Please sign in to comment.