From 1de076547bf3a0089df813d6b7d7c91666e84e3e Mon Sep 17 00:00:00 2001 From: freemindcore Date: Thu, 20 Oct 2022 22:04:33 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.38=20=E2=86=92=200.1.39?= 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 7e3e2fd..6e93bce 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.38 +current_version = 0.1.39 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/easy/__init__.py b/easy/__init__.py index a55ad28..480aa34 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.38" +__version__ = "0.1.39" from easy.main import EasyAPI