Skip to content

Commit 6fdfe69

Browse files
committed
bump version 1.3.2 -> 1.4.0
1 parent f303adb commit 6fdfe69

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'Wakeflow'
1010
copyright = '2022, Thomas Hilder'
1111
author = '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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "wakeflow"
9-
version = "1.3.2"
9+
version = "1.4.0"
1010
description = "Generate and manipulate semi-analytic models of planet wakes"
1111
readme = "README.md"
1212
authors = [{ 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"
4646
version_pattern = "MAJOR.MINOR.PATCH"
4747
commit_message = "bump version {old_version} -> {new_version}"
4848
commit = true

src/wakeflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
1212
from .wakeflow import WakeflowModel

0 commit comments

Comments
 (0)