Skip to content

Commit

Permalink
Merge pull request #2 from leifwalsh/release
Browse files Browse the repository at this point in the history
fix up release
  • Loading branch information
leifwalsh authored Jan 10, 2021
2 parents e7c5bcc + a0d6942 commit 3e29e4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ flametrace COMMAND

## License

[BSD 3-clause](./LICENSE)
[BSD 3-clause](./LICENSE)
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[metadata]
name = flametrace
version = attr: flametrace.__version__
author = Leif Walsh
author_email = [email protected]
url = https://github.com/leifwalsh/flametrace
description = Build flamegraph charts for process trees, based on strace.
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
license = BSD 3-Clause License
classifiers =
License :: OSI Approved :: BSD License
Expand Down
2 changes: 1 addition & 1 deletion src/flametrace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
# DAMAGE.

__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit 3e29e4e

Please sign in to comment.