Skip to content

Commit 8c02dde

Browse files
committed
Bump version: 0.3.1 → 0.4.0
1 parent e040b29 commit 8c02dde

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.3.1'
29+
release = '0.4.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.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
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
setup(
55
name='cookiecutter-pypackage',
66
packages=[],
7-
version='0.3.1',
7+
version='0.4.0',
88
description='Cookiecutter template for a PyWPS service',
99
license='BSD',
1010
author='Birdhouse',

0 commit comments

Comments
 (0)