We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce786e7 commit 279c9bdCopy full SHA for 279c9bd
pyproject.toml
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
8
9
[project]
10
name = "FindAFactor"
11
-version = "6.5.3"
+version = "6.5.4"
12
requires-python = ">=3.8"
13
description = "Find any nontrivial factor of a number"
14
readme = {file = "README.txt", content-type = "text/markdown"}
setup.py
@@ -40,7 +40,7 @@ def build_extension(self, ext):
40
41
setup(
42
name='FindAFactor',
43
- version='6.5.3',
+ version='6.5.4',
44
author='Dan Strano',
45
author_email='stranoj@gmail.com',
46
description='Find any nontrivial factor of a number',
0 commit comments