From 3c3b515ee5d91941a9bde3f5b5f1af9085391616 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Thu, 18 Jun 2020 20:59:36 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.1=20=E2=86=92=200.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- django_codemod/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django_codemod/__init__.py b/django_codemod/__init__.py index 2c10f3fb..39ebe0d6 100644 --- a/django_codemod/__init__.py +++ b/django_codemod/__init__.py @@ -2,4 +2,4 @@ __author__ = """Bruno Alla""" __email__ = "alla.brunoo@gmail.com" -__version__ = "0.8.1" +__version__ = "0.9.0" diff --git a/setup.cfg b/setup.cfg index e6e7c446..4710f1de 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.1 +current_version = 0.9.0 commit = True tag = True