Skip to content

Commit

Permalink
bump version number to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasgoetzweiss authored Jan 13, 2025
1 parent 4c61f69 commit f37a802
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 f37a802

Please sign in to comment.