Skip to content

Commit 7627ff1

Browse files
committed
Bump version: 0.1.0.dev0 → 0.1.0
1 parent 3efb49f commit 7627ff1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
files = setup.py html5lib_truncation/__init__.py
33
commit = True
44
tag = True
5-
current_version = 0.1.0.dev0
5+
current_version = 0.1.0
66

html5lib_truncation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .shortcuts import truncate_html
33

44
__all__ = ['TruncationFilter', 'truncate_html']
5-
__version__ = '0.1.0.dev0'
5+
__version__ = '0.1.0'

setup.py

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

99
setup(
1010
name='html5lib-truncation',
11-
version='0.1.0.dev0',
11+
version='0.1.0',
1212
author='Jiangge Zhang',
1313
author_email='tonyseek@gmail.com',
1414
description='Truncating HTML with html5lib filter',

0 commit comments

Comments
 (0)