Skip to content

Commit be75bd7

Browse files
committed
Bump version: 0.3.1 → 0.4.0
1 parent 758278f commit be75bd7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.1
2+
current_version = 0.4.0
33
files = setup.py osm_field/__init__.py
44
commit = True
55
tag = True

osm_field/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
__author__ = 'Markus Holtermann, et al'
44
__email__ = '[email protected]'
5-
__version__ = '0.3.1'
5+
__version__ = '0.4.0'
66

77
default_app_config = 'osm_field.apps.OSMFieldConfig'

setup.py

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

99
setup(
1010
name='django-osm-field',
11-
version='0.3.1',
11+
version='0.4.0',
1212
description='Django OpenStreetMap Field',
1313
long_description=readme + '\n\n' + history,
1414
author='Markus Holtermann, et al',

0 commit comments

Comments
 (0)