From 93399716d73eb7756b327e3ff8077c0cb11c56c7 Mon Sep 17 00:00:00 2001 From: Savinay Nangalia Date: Tue, 26 Mar 2024 01:32:34 -0700 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3f4448e0..dcc00f9e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ NAME = 'dynamic-rest' DESCRIPTION = 'Dynamic API support to Django REST Framework.' URL = 'http://github.com/AltSchool/dynamic-rest' -VERSION = '2.2.1' +VERSION = '2.3.0' SCRIPTS = ['manage.py'] setup(