Skip to content

Commit 0067410

Browse files
author
Tonye Jack
committed
Bump version: 0.2.2 → 1.0.0
1 parent ff67c75 commit 0067410

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.2
2+
current_version = 1.0.0
33
commit = True
44
tag = True
55

dynamic_validator/__init__.py

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

33
__author__ = """Tonye Jack"""
44
__email__ = "[email protected]"
5-
__version__ = "0.2.2"
5+
__version__ = "1.0.0"
66

77
from .field_validation import ModelFieldRequiredMixin
88

setup.py

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

5656
setup(
5757
name="django-dynamic-model-validation",
58-
version="0.2.2",
58+
version="1.0.0",
5959
description="Extra django model validation.",
6060
python_requires=">=2.6",
6161
long_description=LONG_DESCRIPTION,

0 commit comments

Comments
 (0)