Skip to content

Commit 18e53e0

Browse files
committed
Bump version 0.4.1 -> 0.4.2
1 parent b64e380 commit 18e53e0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.1
2+
current_version = 0.4.2
33
commit = True
44
tag = False
55
parse = (?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\-(?P<release>[a-z]+)(?P<dev>\\d+))?

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "microjson"
7-
version = "0.4.1"
7+
version = "0.4.2"
88
description = "MicroJSON is a library for validating, parsing, and manipulating MicroJSON data."
99
readme = "README_short.md"
1010
authors = ["Bengt Ljungquist <[email protected]>"]
@@ -45,7 +45,7 @@ version = "^0.20.0"
4545
optional = true
4646

4747
[tool.poetry.dependencies.bfio]
48-
version = "2.4.5"
48+
version = "0.4.2"
4949
extras = ["all"]
5050
optional = true
5151

@@ -95,7 +95,7 @@ testpaths = ["tests/"]
9595
pythonpath = ["src/"]
9696

9797
[tool.bumpver]
98-
current_version = "0.4.1"
98+
current_version = "0.4.2"
9999
version_pattern = "MAJOR.MINOR.PATCH"
100100
commit_message = "Bump version {old_version} -> {new_version}"
101101
commit = true

src/microjson/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .tilemodel import TileJSON # noqa: F401
33
from .microjson2vt.microjson2vt import microjson2vt # noqa: F401
44

5-
__version__ = "0.4.1"
5+
__version__ = "0.4.2"

0 commit comments

Comments
 (0)