Skip to content

Commit 37c609b

Browse files
committed
Bump version: 0.4.1 → 0.4.2
1 parent 6982c75 commit 37c609b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
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.4.1'
29+
release = '0.4.2'
3030

3131

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

setup.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.1
2+
current_version = 0.4.2
33
commit = True
44
tag = True
55

@@ -15,12 +15,13 @@ search = release = '{current_version}'
1515
replace = release = '{new_version}'
1616

1717
[tool:pytest]
18-
addopts =
18+
addopts =
1919
--strict
2020
--tb=native
2121
--verbose
2222
tests/
2323
python_files = test_*.py
24-
markers =
24+
markers =
2525
online: mark test to need internet connection
2626
slow: mark test to be slow
27+

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.4.1',
7+
version='0.4.2',
88
description='Cookiecutter template for a PyWPS service',
99
license='BSD',
1010
author='Birdhouse',

0 commit comments

Comments
 (0)