Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrosss committed Oct 29, 2021
1 parent 78ac324 commit 0702f48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.1.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "d2b-compile"
version = "1.0.0"
version = "1.1.0"
description = "compile-dcm2bids-config plugin for the d2b package"
authors = ["Alec Ross <alexander.w.rosss@gmail.com>"]

Expand Down
2 changes: 1 addition & 1 deletion src/d2b_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from d2b.hookspecs import hookimpl


__version__ = "1.0.0"
__version__ = "1.1.0"


@hookimpl
Expand Down

0 comments on commit 0702f48

Please sign in to comment.