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.6
2
+ current_version = 0.3.7
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ domdf_python_tools
90
90
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
91
91
:alt: GitHub top language
92
92
93
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.3.6
93
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.3.7
94
94
:target: https://github.com/domdfcoding/domdf_python_tools/pulse
95
95
:alt: GitHub commits since tagged version
96
96
Original file line number Diff line number Diff line change 43
43
2019-2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
44
44
"""
45
45
46
- __version__ = "0.3.6 "
46
+ __version__ = "0.3.7 "
47
47
48
48
modname = "domdf_python_tools"
49
49
pypi_name = "domdf_python_tools"
70
70
repo_root = pathlib .Path (__file__ ).parent
71
71
72
72
# Get info from files; set: long_description
73
- long_description = (repo_root / "README.rst" ).read_text (encoding = "utf-8" ).replace ("0.3.6 " , __version__ ) + '\n '
73
+ long_description = (repo_root / "README.rst" ).read_text (encoding = "utf-8" ).replace ("0.3.7 " , __version__ ) + '\n '
74
74
conda_description = """Helpful functions for Python 🐍 🛠️
75
75
76
76
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ domdf_python_tools
91
91
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
92
92
:alt: GitHub top language
93
93
94
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.3.6
94
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.3.7
95
95
:target: https://github.com/domdfcoding/domdf_python_tools/pulse
96
96
:alt: GitHub commits since tagged version
97
97
Original file line number Diff line number Diff line change 58
58
__copyright__ = "2014-2020 Dominic Davis-Foster"
59
59
60
60
__license__ = "LGPLv3+"
61
- __version__ = "0.3.6 "
61
+ __version__ = "0.3.7 "
62
62
__email__ = "dominic@davis-foster.co.uk"
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ tests_dir: "tests"
50
50
copyright_years : " 2019-2020"
51
51
author : " Dominic Davis-Foster"
52
52
email : " dominic@davis-foster.co.uk"
53
- version : " 0.3.6 "
53
+ version : " 0.3.7 "
54
54
username : " domdfcoding"
55
55
license : ' LGPLv3+'
56
56
short_desc : ' Helpful functions for Python 🐍 🛠️'
You can’t perform that action at this time.
0 commit comments