Skip to content

Commit

Permalink
bump version 1.1.2 -> 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHilder committed Sep 19, 2022
1 parent 9da897d commit 7323379
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Additional acknowledgements:

<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[pypi-shield]: https://img.shields.io/badge/pypi-1.1.2-green?style=flat-square
[pypi-shield]: https://img.shields.io/badge/pypi-1.2.0-green?style=flat-square
[pypi-url]: https://pypi.org/project/wakeflow/
[python-shield]: https://img.shields.io/badge/python-3.6%2B-orange?style=flat-square
[python-url]: https://www.python.org
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'Wakeflow'
copyright = '2022, Thomas Hilder'
author = 'Thomas Hilder'
release = '1.1.2'
release = '1.2.0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "wakeflow"
version = "1.1.2"
version = "1.2.0"
description = "Generate and manipulate semi-analytic models of planet wakes"
readme = "README.md"
authors = [{ name = "Thomas Hilder", email = "tom.hilder.dlhp@gmail.com" }]
Expand Down Expand Up @@ -42,7 +42,7 @@ testpaths = [
]

[tool.bumpver]
current_version = "1.1.2"
current_version = "1.2.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion src/wakeflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""

# wakeflow package versionss
__version__ = "1.1.2"
__version__ = "1.2.0"

# give users access to the WakeflowModel class
from .wakeflow import WakeflowModel
Expand Down

0 comments on commit 7323379

Please sign in to comment.