Skip to content

Commit 8663b98

Browse files
committed
Bump version: 0.3.5 → 0.3.6
1 parent ae3ed11 commit 8663b98

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

Cargo.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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "py-spy"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
authors = ["Ben Frederickson <github@benfrederickson.com>"]
55
repository = "https://github.com/benfred/py-spy"
66
homepage = "https://github.com/benfred/py-spy"

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.5
2+
current_version = 0.3.6
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>(a|b|rc|\.dev)\d+))?
@@ -24,4 +24,3 @@ replace = name = "py-spy"
2424
[flake8]
2525
max-line-length = 100
2626
exclude = build,.eggs,.tox
27-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def _get_cross_compile_target():
107107
description="A Sampling Profiler for Python",
108108
long_description=long_description,
109109
long_description_content_type="text/markdown",
110-
version="0.3.5",
110+
version="0.3.6",
111111
license="MIT",
112112
cmdclass={"install": PostInstallCommand, "bdist_wheel": bdist_wheel},
113113
classifiers=[

0 commit comments

Comments
 (0)