Skip to content

Commit 65e717b

Browse files
committed
Bump version: 1.0.1 → 1.0.2
1 parent c1e68e3 commit 65e717b

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 = 1.0.1
2+
current_version = 1.0.2
33
commit = True
44

55
[bumpversion:file:pyproject.toml]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "djantic2"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "Pydantic models for Django"
55
authors = [
66
"Jonathan Sundqvist <git@co.argpar.se>",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import find_packages, setup
22

33

4-
__version__ = "1.0.1"
4+
__version__ = "1.0.2"
55

66

77
def get_long_description():

0 commit comments

Comments
 (0)