We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa02e3 commit 2aafa8dCopy full SHA for 2aafa8d
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.5
+current_version = 0.1.6
3
commit = True
4
tag = True
5
message = :bookmark: [ci skip] Bump version: {current_version} → {new_version}
setup.py
@@ -5,7 +5,7 @@
6
setup(
7
name="gitfeatures",
8
- version="0.1.5",
+ version="0.1.6",
9
packages=["gitfeatures"],
10
license="MIT",
11
long_description=long_description,
0 commit comments