We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb5141 commit ae1e27fCopy full SHA for ae1e27f
.bumpversion.cfg
@@ -1,9 +1,8 @@
1
[bumpversion]
2
-current_version = 0.2.0
+current_version = 0.3.0
3
commit = True
4
tag = True
5
6
[bumpversion:file:setup.py]
7
search = version='{current_version}'
8
replace = version='{new_version}'
9
-
setup.py
@@ -5,7 +5,7 @@
setup(
name='followthemoney-ocds',
- version='0.2.0',
+ version='0.3.0',
author='Organized Crime and Corruption Reporting Project',
10
author_email='data@occrp.org',
11
long_description=long_description,
0 commit comments