Skip to content

Commit 7ec90fa

Browse files
committed
release 0.1.16
1 parent 70641a2 commit 7ec90fa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__='v0.1.15'
1+
__version__='v0.1.16'

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "flask-pypprof"
3-
version = "v0.1.15"
3+
version = "v0.1.16"
44
description = "Pypprof Flask wrapper"
55
authors = ["Diego <[email protected]>"]
66
readme = "README.md"
@@ -12,7 +12,7 @@ flask = "^2.1.3"
1212

1313
zprofile = { version = "1.0.12", platform = "linux" }
1414
protobuf = { version = "^3.20", platform = "linux" }
15-
mprofile = { version = "0.0.15", platform = "linux" }
15+
mprofile = { version = "0.0.15", markers = "sys_platform == 'linux' and platform_machine == 'x86_64'" }
1616
pypprof = { version = "0.0.1", platform = "linux" }
1717

1818
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)