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 11[bumpversion]
2- current_version = 0.3.3
2+ current_version = 0.3.4
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ domdf_python_tools
7676.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
7777 :alt: GitHub top language
7878
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
8080 :target: https://github.com/domdfcoding/domdf_python_tools/pulse
8181 :alt: GitHub commits since tagged version
8282
Original file line number Diff line number Diff line change 41412019-2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
4242"""
4343
44- __version__ = "0.3.3 "
44+ __version__ = "0.3.4 "
4545
4646modname = "domdf_python_tools"
4747pypi_name = "domdf_python_tools"
6868repo_root = pathlib .Path (__file__ ).parent
6969
7070# 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 '
7272conda_description = """Helpful functions for Python
7373
7474
Original file line number Diff line number Diff line change 5858__copyright__ = "2014-2020 Dominic Davis-Foster"
5959
6060__license__ = "LGPLv3+"
61- __version__ = "0.3.3 "
61+ __version__ = "0.3.4 "
6262__email__ = "dominic@davis-foster.co.uk"
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ tests_dir: "tests"
4949copyright_years : " 2019-2020"
5050author : " Dominic Davis-Foster"
5151email : " dominic@davis-foster.co.uk"
52- version : " 0.3.3 "
52+ version : " 0.3.4 "
5353username : " domdfcoding"
5454license : ' LGPLv3+'
5555short_desc : ' Helpful functions for Python'
You can’t perform that action at this time.
0 commit comments