From e03f86782833c1bcd951f7a851f610b791af8bbf Mon Sep 17 00:00:00 2001 From: freemindcore Date: Fri, 14 Oct 2022 01:18:12 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.31=20=E2=86=92=200.1.32?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- easy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6837820..8b3ac7a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.31 +current_version = 0.1.32 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/easy/__init__.py b/easy/__init__.py index 83173ed..da633eb 100644 --- a/easy/__init__.py +++ b/easy/__init__.py @@ -1,6 +1,6 @@ """Django Easy API - Easy and Fast Django REST framework based on Django-ninja-extra""" -__version__ = "0.1.31" +__version__ = "0.1.32" from easy.main import EasyAPI