From bf9427c7af40fd0b74a228bf3063a2b24242d7b7 Mon Sep 17 00:00:00 2001 From: mariagrimaldi Date: Wed, 28 Oct 2020 15:25:16 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eox_hooks/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eox_hooks/__init__.py b/eox_hooks/__init__.py index 5a24ed6..47b74d8 100644 --- a/eox_hooks/__init__.py +++ b/eox_hooks/__init__.py @@ -6,7 +6,7 @@ import django.dispatch -__version__ = '0.2.0' +__version__ = '0.2.1' dummy_signal = django.dispatch.Signal() diff --git a/setup.cfg b/setup.cfg index 77faa26..db23bfb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.2.1 commit = True tag = True