Skip to content

Commit e03f867

Browse files
committed
Bump version: 0.1.31 → 0.1.32
1 parent 7f2eb0d commit e03f867

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.31
2+
current_version = 0.1.32
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<feat>\d+)\.(?P<patch>\d+)

easy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Django Easy API - Easy and Fast Django REST framework based on Django-ninja-extra"""
22

3-
__version__ = "0.1.31"
3+
__version__ = "0.1.32"
44

55
from easy.main import EasyAPI
66

0 commit comments

Comments
 (0)