Skip to content

Commit d671cf4

Browse files
committed
MAINT: show must go on
1 parent 00e2252 commit d671cf4

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ API is defined in the [API reference](https://meegsim.readthedocs.io/en/stable/a
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## Version 0.0.3 (Unreleased)
10+
911
## Version 0.0.2 (2025-08-25)
1012

1113
### Added

docs/_static/versions.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"name": "0.0.3 (dev)",
4+
"version": "dev",
5+
"url": "https://meegsim.readthedocs.io/en/latest/"
6+
},
27
{
38
"name": "0.0.2 (stable)",
49
"version": "0.0.2",

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 = "meegsim"
7-
version = "0.0.2"
7+
version = "0.0.3dev"
88
authors = [
99
{ name="Nikolai Kapralov", email="kapralov@cbs.mpg.de" },
1010
{ name="Alina Studenova" },

0 commit comments

Comments
 (0)