File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.3.3
2
+ current_version = 0.3.4
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ domdf_python_tools
76
76
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
77
77
:alt: GitHub top language
78
78
79
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.3.3
79
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.3.4
80
80
:target: https://github.com/domdfcoding/domdf_python_tools/pulse
81
81
:alt: GitHub commits since tagged version
82
82
Original file line number Diff line number Diff line change 41
41
2019-2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
42
42
"""
43
43
44
- __version__ = "0.3.3 "
44
+ __version__ = "0.3.4 "
45
45
46
46
modname = "domdf_python_tools"
47
47
pypi_name = "domdf_python_tools"
68
68
repo_root = pathlib .Path (__file__ ).parent
69
69
70
70
# Get info from files; set: long_description
71
- long_description = (repo_root / "README.rst" ).read_text ().replace ("0.3.3 " , __version__ ) + '\n '
71
+ long_description = (repo_root / "README.rst" ).read_text ().replace ("0.3.4 " , __version__ ) + '\n '
72
72
conda_description = """Helpful functions for Python
73
73
74
74
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.3 "
61
+ __version__ = "0.3.4 "
62
62
__email__ = "dominic@davis-foster.co.uk"
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ tests_dir: "tests"
49
49
copyright_years : " 2019-2020"
50
50
author : " Dominic Davis-Foster"
51
51
email : " dominic@davis-foster.co.uk"
52
- version : " 0.3.3 "
52
+ version : " 0.3.4 "
53
53
username : " domdfcoding"
54
54
license : ' LGPLv3+'
55
55
short_desc : ' Helpful functions for Python'
You can’t perform that action at this time.
0 commit comments