Skip to content

Commit 3da051e

Browse files
committed
Bump version: 0.1 → 0.2
1 parent be45c42 commit 3da051e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.1"
2+
current_version = "0.2"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)(\\.(?P<patch>\\d+))?"
44
serialize = [
55
"{major}.{minor}.{patch}",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = 'pyimgproxy'
3-
version = '0.1'
3+
version = '0.2'
44
description = 'Python client for imgproxy'
55
readme = 'README.md'
66
maintainers = [{ name = 'The Developer Society', email = 'studio@dev.ngo' }]

0 commit comments

Comments
 (0)