Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imankulov committed Apr 8, 2023
1 parent 0304304 commit 2a3064f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.3.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [UNRELEASED]
## [0.3.0] - 2023-04-08

- Updated Plotly to version 5.x.
- Updated attrs to version 21 and above.
Expand Down
2 changes: 1 addition & 1 deletion coverage_plot/__init__.py
@@ -1,4 +1,4 @@
from coverage_plot.plot import import_json, import_xml, plot_sunburst, plot_treemap

__version__ = "0.2.0"
__version__ = "0.3.0"
__all__ = ["import_json", "import_xml", "plot_sunburst", "plot_treemap", "__version__"]
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "coverage-plot"
version = "0.2.0"
version = "0.3.0"
description = "Library to plot Python code coverage results"
readme = "README.md"
homepage = "https://github.com/imankulov/coverage-plot"
Expand Down

0 comments on commit 2a3064f

Please sign in to comment.