Skip to content

Commit e8fed39

Browse files
committed
Bump version: 0.0.3 → 0.0.4
1 parent 773471f commit e8fed39

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 0.0.3
4+
current_version = 0.0.4
55

66
[bumpversion:file:setup.cfg]
77
search = version = {current_version}

Diff for: README.dev.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!--- See the License for the specific language governing permissions and --->
1313
<!--- limitations under the License. --->
1414

15-
# Prezzemolo v0.0.3 Developer Guide
15+
# Prezzemolo v0.0.4 Developer Guide
1616
[![Static Analysis / Main Branch](https://github.com/eprbell/prezzemolo/actions/workflows/static_analysis.yml/badge.svg)](https://github.com/eprbell/prezzemolo/actions/workflows/static_analysis.yml)
1717
[![Documentation Check / Main Branch](https://github.com/eprbell/prezzemolo/actions/workflows/documentation_check.yml/badge.svg)](https://github.com/eprbell/prezzemolo/actions/workflows/documentation_check.yml)
1818
[![Unix Unit Tests / Main Branch](https://github.com/eprbell/prezzemolo/actions/workflows/unix_unit_tests.yml/badge.svg)](https://github.com/eprbell/prezzemolo/actions/workflows/unix_unit_tests.yml)

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!--- See the License for the specific language governing permissions and --->
1313
<!--- limitations under the License. --->
1414

15-
# Prezzemolo v0.0.3
15+
# Prezzemolo v0.0.4
1616
[![Static Analysis / Main Branch](https://github.com/eprbell/prezzemolo/actions/workflows/static_analysis.yml/badge.svg)](https://github.com/eprbell/prezzemolo/actions/workflows/static_analysis.yml)
1717
[![Documentation Check / Main Branch](https://github.com/eprbell/prezzemolo/actions/workflows/documentation_check.yml/badge.svg)](https://github.com/eprbell/prezzemolo/actions/workflows/documentation_check.yml)
1818
[![Unix Unit Tests / Main Branch](https://github.com/eprbell/prezzemolo/actions/workflows/unix_unit_tests.yml/badge.svg)](https://github.com/eprbell/prezzemolo/actions/workflows/unix_unit_tests.yml)

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = prezzemolo
3-
version = 0.0.3
3+
version = 0.0.4
44
description = A collection of robust, efficient and small classic algorithms and data structures.
55

66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)