Skip to content

Commit ee7bc49

Browse files
committed
Bump version: 0.2 → 0.3
1 parent 4942b59 commit ee7bc49

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.2"
2+
current_version = "0.3"
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 = 'django-postgres-lock'
3-
version = '0.2'
3+
version = '0.3'
44
description = 'Django Postgres Lock'
55
readme = 'README.md'
66
maintainers = [{ name = 'The Developer Society', email = 'studio@dev.ngo' }]

0 commit comments

Comments
 (0)