Skip to content

Commit

Permalink
v-0.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
MamadouSDiallo committed Jun 11, 2024
1 parent 9bb0d45 commit ada65fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Mamadou S Diallo <msdiallo@samplics.org>"]
description = "Select, weight and analyze complex sample data"
license = "MIT"
name = "samplics"
version = "0.4.17"
version = "0.4.18"

readme = "README.md"

Expand Down
4 changes: 3 additions & 1 deletion src/samplics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
MethodError,
PopParam,
ProbError,
RepMethod,
SamplicsError,
SelectMethod,
SinglePSUError,
Expand Down Expand Up @@ -118,6 +119,7 @@
"SizeMethod",
"SurveyGLM",
"ReplicateWeight",
"RepMethod",
"ReplicateEstimator",
"TaylorEstimator",
"transform",
Expand All @@ -134,4 +136,4 @@
"Sample",
]

__version__ = "0.4.17"
__version__ = "0.4.18"

0 comments on commit ada65fc

Please sign in to comment.