Skip to content

Commit c56b453

Browse files
version bump 0.2.4 -> 0.2.5
1 parent 87549e0 commit c56b453

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.4
2+
current_version = 0.2.5
33
commit = True
44
message =
55
version bump {current_version} -> {new_version}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# python-gitlab-submodule <sub><sup>v0.2.4</sup></sub>
1+
# python-gitlab-submodule <sub><sup>v0.2.5</sup></sub>
22

33
List project submodules and get the commits they point to with python-gitlab.
44

gitlab_submodule/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.4'
1+
__version__ = '0.2.5'

0 commit comments

Comments
 (0)