Skip to content

Commit 3118330

Browse files
committed
v1.1.1
1 parent 8525349 commit 3118330

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

5+
#### [v1.1.1](https://github.com/janosh/matbench-discovery/compare/v1.1.0...v1.1.1)
6+
7+
> 28 January 2024
8+
9+
- Fix failing `pkg_is_editable` check in PyPI release [`#78`](https://github.com/janosh/matbench-discovery/pull/78)
10+
511
#### [v1.1.0](https://github.com/janosh/matbench-discovery/compare/v1.0.0...v1.1.0)
612

713
> 25 January 2024

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "matbench-discovery"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "A benchmark for machine learning energy models on inorganic crystal stability prediction from unrelaxed structures"
99
authors = [{ name = "Janosh Riebesell", email = "janosh.riebesell@gmail.com" }]
1010
readme = "readme.md"

0 commit comments

Comments
 (0)