Skip to content

Commit a265207

Browse files
committed
version bumped
1 parent 6e973e0 commit a265207

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

percentify/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .stats import vif, missing, cv, outliers, r_squared, variance_explained
33

44
__all__ = ["percent", "change", "difference", "split", "display", "vif", "missing", "cv", "outliers", "r_squared", "variance_explained"]
5-
__version__ = "0.3.2"
5+
__version__ = "0.4.0"

pyproject.toml

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

55
[project]
66
name = "percentify"
7-
version = "0.3.2"
7+
version = "0.4.0"
88
description = "One import, one line — the percentage and stats functions you actually need."
99
authors = [{ name = "Daniel Emakporuena", email = "danielemakporuena1@gmail.com" }]
1010
readme = "README.md"

0 commit comments

Comments
 (0)