Skip to content

Commit 50e65c8

Browse files
Update to v0.1.0 and change classifier from Alpha to Beta
1 parent 6d9cf62 commit 50e65c8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.1.0] - 2025-11-19
911
### Added
1012
- `MS3Record.generate()`, a generator to produce miniSEED records
1113
- `MS3TraceList.generate()`, a generator to produce miniSEED records
@@ -15,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1517
- `MS3TraceList.pack()` functionality, use `MS3TraceList.generate()` instead.
1618

1719
### Changed
18-
- Examples updated to reflect current recommended patterns
20+
- Updated examples and inline docs to reflect current recommended patterns
1921

2022
### Changed
2123
- libmseed updated to v3.2.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ requires-python = ">=3.9"
1313
keywords = ["seismology", "miniseed", "mseed", "data", "waveform", "seismic"]
1414
license = "Apache-2.0"
1515
classifiers = [
16-
"Development Status :: 3 - Alpha",
16+
"Development Status :: 4 - Beta",
1717
"Intended Audience :: Science/Research",
1818
"Topic :: Scientific/Engineering",
1919
"Operating System :: MacOS :: MacOS X",

src/pymseed/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Package version
2-
__version__ = "0.0.5"
2+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)