Skip to content

Commit e8fcf1a

Browse files
committed
Bumped version
1 parent 9df87bf commit e8fcf1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ numpy>=1.25.2,<2.0.0
33
scikit-learn>=1.5.0,<1.6.0
44
umap-learn>=0.5.7,<0.6.0
55
pandas>=2.1.0,<3.0.0
6-
tda-mapper>=0.9.0,<0.10.0
6+
tda-mapper>=0.10.0,<0.11.0
77
plotly>=6.0.0,<7.0.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 = "tda-mapper"
7-
version = "0.9.0"
7+
version = "0.10.0"
88
description = "A simple and efficient Python implementation of Mapper algorithm for Topological Data Analysis"
99
readme = "README.md"
1010
authors = [{ name = "Luca Simi", email = "lucasimi90@gmail.com" }]

0 commit comments

Comments
 (0)