Skip to content

Commit 5c929f6

Browse files
version bump 0.2.1 -> 0.2.2
1 parent c424693 commit 5c929f6

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

0 commit comments

Comments
 (0)