Skip to content

Commit

Permalink
[skip ci] Bump version: 1.1.0 → 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
auto committed Dec 13, 2024
1 parent 2169e4d commit e8b4047
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.1.0
current_version = 1.1.1
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.1.0"
__version__ = "1.1.1"
__author__ = "The DataLad Team and Contributors"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down

0 comments on commit e8b4047

Please sign in to comment.