Skip to content

Commit 6b2be6f

Browse files
committed
Bump version: 0.3.2 → 0.3.3
1 parent fde6310 commit 6b2be6f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.2
2+
current_version = 0.3.3
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ domdf_python_tools
3636
:target: https://github.com/domdfcoding/domdf_python_tools/blob/master/LICENSE
3737
.. image:: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
3838
:alt: GitHub top language
39-
.. image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.3.2
39+
.. image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.3.3
4040
:target: https://github.com/domdfcoding/domdf_python_tools/pulse
4141
:alt: GitHub commits since tagged version
4242
.. image:: https://img.shields.io/github/last-commit/domdfcoding/domdf_python_tools

__pkginfo__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
2019-2020 Dominic Davis-Foster <[email protected]>
4747
"""
4848

49-
__version__ = "0.3.2"
49+
__version__ = "0.3.3"
5050

5151
modname = "domdf_python_tools"
5252
pypi_name = "domdf_python_tools"
@@ -73,7 +73,7 @@
7373
repo_root = pathlib.Path(__file__).parent
7474

7575
# Get info from files; set: long_description
76-
long_description = (repo_root / "README.rst").read_text().replace("0.3.2", __version__) + '\n'
76+
long_description = (repo_root / "README.rst").read_text().replace("0.3.3", __version__) + '\n'
7777
conda_description = """Helpful functions for Python
7878
7979

domdf_python_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@
5757
__copyright__ = "2014-2020 Dominic Davis-Foster"
5858

5959
__license__ = "LGPLv3+"
60-
__version__ = "0.3.2"
60+
__version__ = "0.3.3"
6161
__email__ = "[email protected]"

git_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tests_dir: "tests"
4949
copyright_years: "2019-2020"
5050
author: "Dominic Davis-Foster"
5151
52-
version: "0.3.2"
52+
version: "0.3.3"
5353
username: "domdfcoding"
5454
license: 'LGPLv3+'
5555
short_desc: 'Helpful functions for Python'

0 commit comments

Comments
 (0)