Skip to content

Commit 9fd09c5

Browse files
committed
chore: Simplify version
1 parent 9fa33bb commit 9fd09c5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "django-sys-indicator"
9-
version = "2.1.0"
9+
version = "2.2.0"
1010
description = "A system/environment indicator for django."
1111
readme = "README.rst"
1212
keywords = [
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
from __future__ import annotations
2-
3-
__version__ = "2.2.0"

0 commit comments

Comments
 (0)