Skip to content

Commit

Permalink
Bump version: 0.4.2 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Oct 7, 2020
1 parent 7e3cc7e commit be4eeb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.4.2'
release = '0.5.0'


# -- General configuration ---------------------------------------------------
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.2
current_version = 0.5.0
commit = True
tag = True

Expand All @@ -24,4 +24,3 @@ python_files = test_*.py
markers =
online: mark test to need internet connection
slow: mark test to be slow

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setup(
name='cookiecutter-pypackage',
packages=[],
version='0.4.2',
version='0.5.0',
description='Cookiecutter template for a PyWPS service',
license='BSD',
author='Birdhouse',
Expand Down

0 comments on commit be4eeb2

Please sign in to comment.