Skip to content

Commit ec5d1d6

Browse files
committed
Bump version: 1.23.0 → 1.23.1
1 parent fb1a51f commit ec5d1d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ type = [
5555

5656
# bump-my-version
5757
[tool.bumpversion]
58-
current_version = "1.23.0"
58+
current_version = "1.23.1"
5959
commit = true
6060
tag = true
6161
allow_dirty = true

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal=1
33

44
[metadata]
55
name = django-sp
6-
version = 1.23.0
6+
version = 1.23.1
77
url = https://github.com/DLRSP/django-sp
88
author = DLRSP
99
author_email = dlrsp.dev@gmail.com

src/socialprofile/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import django
1414

15-
__version__ = "1.23.0"
15+
__version__ = "1.23.1"
1616
__license__ = "MIT"
1717
__title__ = "django-errors"
1818

0 commit comments

Comments
 (0)