From f775e33481d374eefb7b6e831ae29ed952889489 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Thu, 15 Apr 2021 02:34:43 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.6=20=E2=86=92=200.3.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 31460490..a023984e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.3.6 +current_version = 0.3.7 [bumpversion:file:setup.py] search = version="{current_version}" diff --git a/setup.py b/setup.py index a128a890..9ee9e540 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="snakebids", - version="0.3.6", + version="0.3.7", author="Ali Khan", author_email="alik@robarts.ca", description="BIDS integration into snakemake workflows",