Skip to content

Commit a378326

Browse files
committed
updates
1 parent 19daf78 commit a378326

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
22

33
__all__ = ["percent"]
4-
__version__ = "0.1.2"
4+
__version__ = "0.1.3"

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.1.2"
7+
version = "0.1.3"
88
description = "A micro-library to easily calculate percentage between two numbers."
99
authors = [{ name = "Daniel Emakporuena", email = "danielemakporuena1@gmail.com" }]
1010
readme = "README.md"

0 commit comments

Comments
 (0)