From 92d795bf5eac0f76d1b5fe36ddef815aa68e4d3a Mon Sep 17 00:00:00 2001 From: Anders Jess Pedersen Date: Wed, 22 Feb 2023 13:36:19 +0100 Subject: [PATCH] feat: v0.1.0 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6585ee21..c8de2723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [v0.1.0] - 2023-02-22 ### Added diff --git a/pyproject.toml b/pyproject.toml index 006aa1ea..d3a4b2f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "alexandra_ai_eval" -version = "0.0.1" +version = "0.1.0" description = "Evaluation of finetuned models." authors = [ "Dan Saattrup Nielsen ",