Skip to content

Commit

Permalink
Bump version: 0.2.2 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Oct 27, 2019
1 parent 4307b5a commit ade27e6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "py-spy"
version = "0.2.2"
version = "0.3.0"
authors = ["Ben Frederickson <[email protected]>"]
repository = "https://github.com/benfred/py-spy"
homepage = "https://github.com/benfred/py-spy"
Expand Down Expand Up @@ -32,7 +32,7 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
rand = "0.6"
remoteprocess = {path="./remoteprocess", version="0.2.0"}
remoteprocess = {path="./remoteprocess", version="0.3.0"}

[target.'cfg(unix)'.dependencies]
termios = "0.3.1"
Expand Down
2 changes: 1 addition & 1 deletion remoteprocess/Cargo.lock

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

2 changes: 1 addition & 1 deletion remoteprocess/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "remoteprocess"
version = "0.2.0"
version = "0.3.0"
authors = ["Ben Frederickson <[email protected]>"]
repository = "https://github.com/benfred/py-spy"
homepage = "https://github.com/benfred/py-spy/tree/master/remoteprocess"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.2
current_version = 0.3.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>(a|b|rc|\.dev)\d+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def run(self):
url='https://github.com/benfred/py-spy',
description="A Sampling Profiler for Python",
long_description=long_description,
version="0.2.2",
version="0.3.0",
license="MIT",
cmdclass={'install': PostInstallCommand, 'bdist_wheel': bdist_wheel},
classifiers=[
Expand Down

0 comments on commit ade27e6

Please sign in to comment.