File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2626# The short X.Y version
2727version = ''
2828# The full version, including alpha/beta/rc tags
29- release = '0.4.2 '
29+ release = '0.5.0 '
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.4.2
2+ current_version = 0.5.0
33commit = True
44tag = True
55
@@ -24,4 +24,3 @@ python_files = test_*.py
2424markers =
2525 online: mark test to need internet connection
2626 slow: mark test to be slow
27-
Original file line number Diff line number Diff line change 44setup (
55 name = 'cookiecutter-pypackage' ,
66 packages = [],
7- version = '0.4.2 ' ,
7+ version = '0.5.0 ' ,
88 description = 'Cookiecutter template for a PyWPS service' ,
99 license = 'BSD' ,
1010 author = 'Birdhouse' ,
You can’t perform that action at this time.
0 commit comments