From 829bb538a4ff667e7bf63f805e8456269cc1b808 Mon Sep 17 00:00:00 2001 From: Atharva Sehgal Date: Thu, 9 Apr 2026 06:28:31 +0000 Subject: [PATCH] Bump version to 0.2.2 and sync docs badges with README Update docs/index.md badge bar to match README (add Docs and Live Dashboard links, remove stale Live Task Registry and PyPI badges, fix stray character). --- docs/index.md | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/index.md b/docs/index.md index a4d6d53f..8361d7a0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ ![banner](https://github.com/formula-code/datasmith/raw/main/static/formula-code-datasmith.png) -I

+

FormulaCode Website @@ -10,11 +10,11 @@ I

FormulaCode Leaderboard - - FormulaCode Live Task Registry + + fc-data Documentation - - fc-data on PyPI + + Live Dashboard

diff --git a/pyproject.toml b/pyproject.toml index b5d664f4..2e919206 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fc-data" -version = "0.2.1" +version = "0.2.2" description = "Python toolchain for building and maintaining FormulaCode benchmark tasks." authors = [{ name = "Atharva Sehgal", email = "atharva.sehgal@gmail.com" }] readme = "README.md"