We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e040b29 commit 8c02ddeCopy full SHA for 8c02dde
docs/source/conf.py
@@ -26,7 +26,7 @@
26
# The short X.Y version
27
version = ''
28
# The full version, including alpha/beta/rc tags
29
-release = '0.3.1'
+release = '0.4.0'
30
31
32
# -- General configuration ---------------------------------------------------
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.1
+current_version = 0.4.0
3
commit = True
4
tag = True
5
setup.py
@@ -4,7 +4,7 @@
setup(
name='cookiecutter-pypackage',
6
packages=[],
7
- version='0.3.1',
+ version='0.4.0',
8
description='Cookiecutter template for a PyWPS service',
9
license='BSD',
10
author='Birdhouse',
0 commit comments