File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,10 @@ We welcome all feedback and suggestion through Github Issues:
8383* [ Submit bugs and feature requests] ( https://github.com/granulate/gprofiler/issues )
8484* Upvote [ popular feature requests] ( https://github.com/granulate/gprofiler/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement+sort%3Areactions-%2B1-desc+ )
8585
86+ ## Releasing a new version
87+ 1 . Update ` __version__ ` in ` __init__.py ` .
88+ 2 . Create a tag with the same version (after merging the ` __version__ ` update) and push it.
89+
8690We recommend going through our [ contribution guide] ( https://github.com/granulate/gprofiler/blob/master/CONTRIBUTING.md ) for more details.
8791
8892# Credits
Original file line number Diff line number Diff line change 1- __version__ = "0.0.5 "
1+ __version__ = "0.0.6 "
You can’t perform that action at this time.
0 commit comments