From 0cecc14422a0beeb3f9337964cfbd9f13b198ed7 Mon Sep 17 00:00:00 2001 From: John Lalor Date: Wed, 15 Jan 2025 11:05:32 -0500 Subject: [PATCH] version bump for new release --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 966de2c..ae401cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.6.5] + +- Merged multiple PRs + - https://github.com/nd-ball/py-irt/pull/84 + - https://github.com/nd-ball/py-irt/pull/83 + - https://github.com/nd-ball/py-irt/pull/81 + - https://github.com/nd-ball/py-irt/pull/79 + - https://github.com/nd-ball/py-irt/pull/78 + - https://github.com/nd-ball/py-irt/pull/77 + - https://github.com/nd-ball/py-irt/pull/75 + ## [0.6.4] - 2024-07-29 - Merge GH-75 to bump torch version (GH-75) diff --git a/pyproject.toml b/pyproject.toml index 6d07acb..18d9719 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "py-irt" -version = "0.6.4" +version = "0.6.5" readme = "README.md" homepage = "https://github.com/nd-ball/py-irt/" description = "Bayesian IRT models in Python"