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 d6c4cc6 commit f7748d7Copy full SHA for f7748d7
python-mip/.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.2
+current_version = 0.4.0
3
commit = True
4
tag = True
5
tag_name = python-mip-{new_version}
@@ -9,3 +9,4 @@ serialize = {major}.{minor}.{patch}
9
[bumpversion:file:README.md]
10
search = hbpmip/python-mip:VERSION
11
replace = hbpmip/python-mip:{new_version}
12
+
python-mip/README.md
@@ -96,7 +96,7 @@ Here is a complete example:
96
### Dockerfile example
97
98
```
99
-FROM hbpmip/python-mip:0.3.2
+FROM hbpmip/python-mip:hbpmip/python-mip:0.4.0
100
101
MAINTAINER [email protected]
102
0 commit comments