Skip to content

Commit 2eaf6d7

Browse files
committed
0.2.6.2
1 parent efe5aa7 commit 2eaf6d7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[build-system]
2-
requires = ["cython"]
2+
requires = ["cython", "setuptools"]
3+
build-backend = "setuptools.build_meta"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_ext_filename(self, ext_name):
2525

2626
setuptools.setup(
2727
name="risktools",
28-
version="0.2.6.1",
28+
version="0.2.6.2",
2929
author="Ben Cho",
3030
license="gpl-3.0", # Chose a license from here: https://help.github.com/articles/licensing-a-repository
3131
author_email="ben.cho@gmail.com",

0 commit comments

Comments
 (0)