Skip to content

Commit d5b6248

Browse files
committed
fix bumbversion config
1 parent 755f6de commit d5b6248

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

html_text/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# -*- coding: utf-8 -*-
2+
__version__ = '0.3.0'
23

34
from .html_text import (extract_text, parse_html, cleaned_selector,
45
selector_to_text, NEWLINE_TAGS, DOUBLE_NEWLINE_TAGS)

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.3.0
33
commit = True
44
tag = True
5+
tag_name = {new_version}
56

67
[bumpversion:file:setup.py]
78
search = version='{current_version}'

0 commit comments

Comments
 (0)