Skip to content

Commit 64fa3e8

Browse files
authored
Bump version to 0.0.6 (#28)
* Bump version to 0.0.6 * Add "Releasing a new version" section in README
1 parent 204e333 commit 64fa3e8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
8690
We recommend going through our [contribution guide](https://github.com/granulate/gprofiler/blob/master/CONTRIBUTING.md) for more details.
8791

8892
# Credits

gprofiler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.5"
1+
__version__ = "0.0.6"

0 commit comments

Comments
 (0)