Skip to content

Commit c686398

Browse files
committed
Bump version: 0.20.1 → 0.20.2
1 parent b62645d commit c686398

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[bumpversion]
2-
current_version = 0.20.1
2+
current_version = 0.20.2
33
tag = True
44
commit = True
55

66
[bumpversion:file:pyproject.toml]
77

88
[bumpversion:file:clodius/__init__.py]
9+

clodius/__init__.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "clodius"
7-
version = "0.20.1"
7+
version = "0.20.2"
88
description = "Tile generation for big data"
99
authors = [
1010
{ name = "Peter Kerpedjiev", email = "pkerpedjiev@gmail.com" },

0 commit comments

Comments
 (0)