Skip to content

Commit

Permalink
release 0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsoft committed Jul 27, 2023
1 parent 7ec90fa commit cbfa5a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__='v0.1.16'
__version__='v0.1.17'
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flask-pypprof"
version = "v0.1.16"
version = "v0.1.17"
description = "Pypprof Flask wrapper"
authors = ["Diego <diegolparra@gmail.com>"]
readme = "README.md"
Expand All @@ -10,10 +10,10 @@ packages = [{ include = "flask_pypprof" }]
python = ">=3.8 <3.11"
flask = "^2.1.3"

zprofile = { version = "1.0.12", platform = "linux" }
protobuf = { version = "^3.20", platform = "linux" }
zprofile = { version = "1.0.12", markers = "sys_platform == 'linux' and platform_machine == 'x86_64'" }
protobuf = { version = "^3.20", markers = "sys_platform == 'linux' and platform_machine == 'x86_64'" }
mprofile = { version = "0.0.15", markers = "sys_platform == 'linux' and platform_machine == 'x86_64'" }
pypprof = { version = "0.0.1", platform = "linux" }
pypprof = { version = "0.0.1", markers = "sys_platform == 'linux' and platform_machine == 'x86_64'" }

[tool.poetry.dev-dependencies]
pytest = "^7.3.1"
Expand Down

0 comments on commit cbfa5a7

Please sign in to comment.