Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit eb9b69a

Browse files
author
Mamadou S Diallo
committed
added initial support for median
1 parent e7650b0 commit eb9b69a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "samplics"
3-
version = "0.4.34"
3+
version = "0.4.35"
44
description = "Select, weight and analyze complex sample data"
55

66
authors = [{ name = "Mamadou S Diallo", email = "msdiallo@samplics.org" }]

src/samplics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@
112112
"SinglePSUError",
113113
]
114114

115-
__version__ = "0.4.34"
115+
__version__ = "0.4.35"

0 commit comments

Comments
 (0)