Skip to content

Commit

Permalink
[skip ci] Bump version: 1.0.5 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
auto committed Nov 7, 2024
1 parent 6c10605 commit 0d8c662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.5
current_version = 1.1.0
commit = True
message = [skip ci] Bump version: {current_version} → {new_version}
tag = False
Expand Down
2 changes: 1 addition & 1 deletion src/datalad_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from __future__ import annotations

__version__ = "1.0.5"
__version__ = "1.1.0"
__author__ = "The DataLad Team and Contributors"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down

0 comments on commit 0d8c662

Please sign in to comment.