Skip to content

Commit 349a1c2

Browse files
committed
0.10.2 release
1 parent b754d86 commit 349a1c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ input_geom = easyxtb.Geometry.from_file(Path.home() / "calcs/benzoic_acid.xyz")
2828
optimized = easyxtb.calculate.optimize(input_geom, level="normal", solvation="water")
2929
```
3030

31-
An guide for [getting started](https://easyxtb.readthedocs.io/en/latest/guide/) and details of the API can be found in the [documentation](https://easyxtb.readthedocs.io/en/latest/).
31+
A guide for [getting started](https://easyxtb.readthedocs.io/en/latest/guide/) and details of the API can be found in the [documentation](https://easyxtb.readthedocs.io/en/latest/).
3232

3333
## Requirements
3434

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "easyxtb"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
description = "A Python API for xtb (and CREST)."
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)