File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ Additional acknowledgements:
210210
211211<!-- MARKDOWN LINKS & IMAGES -->
212212<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
213- [ pypi-shield ] : https://img.shields.io/badge/pypi-1.3.2 -green?style=flat-square
213+ [ pypi-shield ] : https://img.shields.io/badge/pypi-1.4.0 -green?style=flat-square
214214[ pypi-url ] : https://pypi.org/project/wakeflow/
215215[ python-shield ] : https://img.shields.io/badge/python-3.6%2B-orange?style=flat-square
216216[ python-url ] : https://www.python.org
Original file line number Diff line number Diff line change 99project = 'Wakeflow'
1010copyright = '2022, Thomas Hilder'
1111author = 'Thomas Hilder'
12- release = '1.3.2 '
12+ release = '1.4.0 '
1313
1414# -- General configuration ---------------------------------------------------
1515# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
77[project ]
88name = " wakeflow"
9- version = " 1.3.2 "
9+ version = " 1.4.0 "
1010description = " Generate and manipulate semi-analytic models of planet wakes"
1111readme = " README.md"
1212authors = [{ name = " Thomas Hilder" , email = " tom.hilder.dlhp@gmail.com" }]
@@ -42,7 +42,7 @@ testpaths = [
4242]
4343
4444[tool .bumpver ]
45- current_version = " 1.3.2 "
45+ current_version = " 1.4.0 "
4646version_pattern = " MAJOR.MINOR.PATCH"
4747commit_message = " bump version {old_version} -> {new_version}"
4848commit = true
Original file line number Diff line number Diff line change 66"""
77
88# wakeflow package versions
9- __version__ = "1.3.2 "
9+ __version__ = "1.4.0 "
1010
1111# give users access to the WakeflowModel class
1212from .wakeflow import WakeflowModel
You can’t perform that action at this time.
0 commit comments