Skip to content

Commit ae1e27f

Browse files
committed
Bump version: 0.2.0 → 0.3.0
1 parent 5cb5141 commit ae1e27f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[bumpversion]
2-
current_version = 0.2.0
2+
current_version = 0.3.0
33
commit = True
44
tag = True
55

66
[bumpversion:file:setup.py]
77
search = version='{current_version}'
88
replace = version='{new_version}'
9-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='followthemoney-ocds',
8-
version='0.2.0',
8+
version='0.3.0',
99
author='Organized Crime and Corruption Reporting Project',
1010
author_email='data@occrp.org',
1111
long_description=long_description,

0 commit comments

Comments
 (0)