From 31183303257ab0275f42ee000345b45036b077c1 Mon Sep 17 00:00:00 2001 From: Janosh Riebesell Date: Sun, 28 Jan 2024 14:42:43 +0100 Subject: [PATCH] v1.1.1 --- changelog.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index f28f03ea..08bd07eb 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v1.1.1](https://github.com/janosh/matbench-discovery/compare/v1.1.0...v1.1.1) + +> 28 January 2024 + +- Fix failing `pkg_is_editable` check in PyPI release [`#78`](https://github.com/janosh/matbench-discovery/pull/78) + #### [v1.1.0](https://github.com/janosh/matbench-discovery/compare/v1.0.0...v1.1.0) > 25 January 2024 diff --git a/pyproject.toml b/pyproject.toml index 85bac953..9ae5b942 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "matbench-discovery" -version = "1.1.0" +version = "1.1.1" description = "A benchmark for machine learning energy models on inorganic crystal stability prediction from unrelaxed structures" authors = [{ name = "Janosh Riebesell", email = "janosh.riebesell@gmail.com" }] readme = "readme.md"