Skip to content

Commit e7dff80

Browse files
authored
Merge pull request #178 from TutteInstitute/release_0.7.1
Bump version to 0.7.1 in pyproject.toml
2 parents 178d34d + 98e2e95 commit e7dff80

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

examples/plot_interactive_wikipedia.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,7 @@
4545
inline_data=False,
4646
offline_data_prefix="wikipedia_gallery",
4747
enable_density_overview=True,
48+
density_overview_tile_resolution=1024,
49+
density_overview_n_jobs=1,
4850
)
4951
plot

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 = "datamapplot"
7-
version = "0.7.0"
7+
version = "0.7.1"
88
authors = [{name = "Leland McInnes", email = "leland.mcinnes@gmail.com"}]
99
maintainers = [{name = "Leland McInnes", email = "leland.mcinnes@gmail.com"}]
1010
description = "A library for presentation and publication ready plots of data maps"

0 commit comments

Comments
 (0)