Skip to content

Commit b8e5f55

Browse files
committed
Bump version: 0.4.0 → 0.4.1
1 parent 2267f1a commit b8e5f55

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

html_text/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '0.4.0'
2+
__version__ = '0.4.1'
33

44
from .html_text import (extract_text, parse_html, cleaned_selector,
55
selector_to_text, NEWLINE_TAGS, DOUBLE_NEWLINE_TAGS)

setup.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.4.0
2+
current_version = 0.4.1
33
commit = True
44
tag = True
55
tag_name = {new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name='html_text',
23-
version='0.4.0',
23+
version='0.4.1',
2424
description="Extract text from HTML",
2525
long_description=readme + '\n\n' + history,
2626
author="Konstantin Lopukhin",

0 commit comments

Comments
 (0)