Skip to content

Commit 5830670

Browse files
committed
Bump version v0.3.2 -> v0.4.0
1 parent 5c78b14 commit 5830670

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.2
2+
current_version = 0.4.0
33
commit = True
44
tag = True
55

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ whiptail
9191
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/whiptail
9292
:alt: GitHub top language
9393

94-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/whiptail/v0.3.2
94+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/whiptail/v0.4.0
9595
:target: https://github.com/domdfcoding/whiptail/pulse
9696
:alt: GitHub commits since tagged version
9797

doc-source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ whiptail
9898
:alt: GitHub top language
9999

100100
.. |commits-since| github-shield::
101-
:commits-since: v0.3.2
101+
:commits-since: v0.4.0
102102
:alt: GitHub commits since tagged version
103103

104104
.. |commits-latest| github-shield::

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "whey"
44

55
[project]
66
name = "whiptail-dialogs"
7-
version = "0.3.2"
7+
version = "0.4.0"
88
description = "Use whiptail to display dialog boxes from Python scripts."
99
readme = "README.rst"
1010
keywords = [ "console", "dialog", "utility", "whiptail",]

repo_helper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pypi_name: whiptail-dialogs
33
copyright_years: "2020-2021"
44
author: "Dominic Davis-Foster"
55
email: "dominic@davis-foster.co.uk"
6-
version: "0.3.2"
6+
version: "0.4.0"
77
username: "domdfcoding"
88
license: 'BSD'
99
short_desc: 'Use whiptail to display dialog boxes from Python scripts.'

whiptail/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
__author__: str = "Dominic Davis-Foster"
3737
__copyright__: str = "2020 Dominic Davis-Foster"
3838
__license__: str = "BSD"
39-
__version__: str = "0.3.2"
39+
__version__: str = "0.4.0"
4040
__email__: str = "dominic@davis-foster.co.uk"
4141

4242
__all__ = ["Response", "Whiptail"]

0 commit comments

Comments
 (0)