Skip to content

Commit 0948627

Browse files
version bump 0.2.3 -> 0.2.4
1 parent 4a0c5c1 commit 0948627

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.3
2+
current_version = 0.2.4
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.3</sup></sub>
1+
# python-gitlab-submodule <sub><sup>v0.2.4</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.3'
1+
__version__ = '0.2.4'

0 commit comments

Comments
 (0)