File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.3.1
2
+ current_version = 0.3.2
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ whiptail
67
67
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/whiptail
68
68
:alt: GitHub top language
69
69
70
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/whiptail/v0.3.1
70
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/whiptail/v0.3.2
71
71
:target: https://github.com/domdfcoding/whiptail/pulse
72
72
:alt: GitHub commits since tagged version
73
73
Original file line number Diff line number Diff line change 42
42
2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
43
43
"""
44
44
45
- __version__ = "0.3.1 "
45
+ __version__ = "0.3.2 "
46
46
47
47
modname = "whiptail"
48
48
pypi_name = "whiptail-dialogs"
69
69
repo_root = pathlib .Path (__file__ ).parent
70
70
71
71
# Get info from files; set: long_description
72
- long_description = (repo_root / "README.rst" ).read_text ().replace ("0.3.1 " , __version__ ) + '\n '
72
+ long_description = (repo_root / "README.rst" ).read_text ().replace ("0.3.2 " , __version__ ) + '\n '
73
73
74
74
install_requires = (repo_root / "requirements.txt" ).read_text ().split ('\n ' )
75
75
extras_require = {'all' : []}
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ whiptail
66
66
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/whiptail
67
67
:alt: GitHub top language
68
68
69
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/whiptail/v0.3.1
69
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/whiptail/v0.3.2
70
70
:target: https://github.com/domdfcoding/whiptail/pulse
71
71
:alt: GitHub commits since tagged version
72
72
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pypi_name: whiptail-dialogs
3
3
copyright_years : " 2020"
4
4
author : " Dominic Davis-Foster"
5
5
email : " dominic@davis-foster.co.uk"
6
- version : " 0.3.1 "
6
+ version : " 0.3.2 "
7
7
username : " domdfcoding"
8
8
license : ' BSD'
9
9
short_desc : ' Use whiptail to display dialog boxes from Python scripts.'
Original file line number Diff line number Diff line change 22
22
__copyright__ = "2020 Dominic Davis-Foster"
23
23
24
24
__license__ = "BSD"
25
- __version__ = "0.3.1dev "
25
+ __version__ = "0.3.2dev "
26
26
__email__ = "dominic@davis-foster.co.uk"
27
27
28
28
# stdlib
You can’t perform that action at this time.
0 commit comments