We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0871e commit 0513ed4Copy full SHA for 0513ed4
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.2.0'
+release = '0.3.0'
30
31
32
# -- General configuration ---------------------------------------------------
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.0
+current_version = 0.3.0
3
commit = True
4
tag = True
5
setup.py
@@ -4,7 +4,7 @@
setup(
name='cookiecutter-pypackage',
6
packages=[],
7
- version='0.2.0',
+ version='0.3.0',
8
description='Cookiecutter template for a PyWPS service',
9
license='BSD',
10
author='Birdhouse',
0 commit comments