Skip to content

Commit d8b3f12

Browse files
committed
Bump version
1 parent d1d9f0c commit d8b3f12

5 files changed

Lines changed: 10 additions & 4 deletions

File tree

.binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ dependencies:
55
- python=3.11
66
- pip
77
- pip:
8-
- mammos-spindynamics==0.2.6
8+
- mammos-spindynamics==0.3.0

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ This project uses [towncrier](https://towncrier.readthedocs.io/) and the changes
66

77
<!-- towncrier release notes start -->
88

9+
## [mammos-spindynamics 0.3.0](https://github.com/MaMMoS-project/mammos-spindynamics/tree/0.3.0) – 2025-12-17
10+
11+
### Added
12+
13+
- Python interface for UppASD. ([#43](https://github.com/MaMMoS-project/mammos-spindynamics/pull/43))
14+
- Implement Data classes to parse UppASD output. ([#42](https://github.com/MaMMoS-project/mammos-spindynamics/pull/42))
15+
16+
917
## [mammos-spindynamics 0.2.6](https://github.com/MaMMoS-project/mammos-spindynamics/tree/0.2.6) – 2025-12-12
1018

1119
### Fixed

changes/42.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/43.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

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

55
[project]
66
name = "mammos-spindynamics"
7-
version = "0.2.6"
7+
version = "0.3.0"
88
description = "Spin dynamics package."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)