Skip to content

Commit fa7e5af

Browse files
committed
Bump version: 0.1 → 0.2
1 parent fdc3e84 commit fa7e5af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.toml

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = 'django-findreplace'
3-
version = '0.1'
3+
version = '0.2'
44
description = 'Django Find Replace'
55
readme = 'README.md'
66
maintainers = [{ name = 'The Developer Society', email = '[email protected]' }]

0 commit comments

Comments
 (0)