From abc5f98f37457d4645e5937f4c0edcfee2366baa Mon Sep 17 00:00:00 2001 From: auto Date: Thu, 25 Apr 2024 16:45:57 +0000 Subject: [PATCH] =?UTF-8?q?[skip=20ci]=20Bump=20version:=201.0.4=20?= =?UTF-8?q?=E2=86=92=201.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- src/datalad_installer.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 10d588d..cd9f235 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.4 +current_version = 1.0.5 commit = True message = [skip ci] Bump version: {current_version} → {new_version} tag = False diff --git a/src/datalad_installer.py b/src/datalad_installer.py index 4497b37..4ae6e27 100755 --- a/src/datalad_installer.py +++ b/src/datalad_installer.py @@ -14,7 +14,7 @@ from __future__ import annotations -__version__ = "1.0.4" +__version__ = "1.0.5" __author__ = "The DataLad Team and Contributors" __author_email__ = "team@datalad.org" __license__ = "MIT"