Skip to content

Commit cac025e

Browse files
committed
Bump version: 1.0 → 1.1
1 parent b34d7e0 commit cac025e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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 = "1.0"
2+
current_version = "1.1"
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-cookiefilter'
3-
version = '1.0'
3+
version = '1.1'
44
description = 'Django Cookie Filter'
55
readme = 'README.md'
66
maintainers = [{ name = 'The Developer Society', email = '[email protected]' }]

0 commit comments

Comments
 (0)