diff --git a/rest_framework_nested/__init__.py b/rest_framework_nested/__init__.py index a5b4ebf3..f38e1211 100644 --- a/rest_framework_nested/__init__.py +++ b/rest_framework_nested/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.93.5' +__version__ = '0.94.0' diff --git a/setup.cfg b/setup.cfg index be40bb06..d5f5d955 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.93.5 +current_version = 0.94.0 commit = True tag = True