Skip to content

Commit a9cfa33

Browse files
committed
version bumped
1 parent 8ce1e26 commit a9cfa33

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
@@ -1,4 +1,4 @@
11
from .core import percent, change, difference, split, display
22

33
__all__ = ["percent", "change", "difference", "split", "display"]
4-
__version__ = "0.3.0"
4+
__version__ = "0.3.1"

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.0"
7+
version = "0.3.1"
88
description = "A zero-dependency Python toolkit for percentages — calculate, compare, format, and distribute."
99
authors = [{ name = "Daniel Emakporuena", email = "danielemakporuena1@gmail.com" }]
1010
readme = "README.md"

0 commit comments

Comments
 (0)