We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3efb49f commit 7627ff1Copy full SHA for 7627ff1
.bumpversion.cfg
@@ -2,5 +2,5 @@
2
files = setup.py html5lib_truncation/__init__.py
3
commit = True
4
tag = True
5
-current_version = 0.1.0.dev0
+current_version = 0.1.0
6
html5lib_truncation/__init__.py
@@ -2,4 +2,4 @@
from .shortcuts import truncate_html
__all__ = ['TruncationFilter', 'truncate_html']
-__version__ = '0.1.0.dev0'
+__version__ = '0.1.0'
setup.py
@@ -8,7 +8,7 @@
8
9
setup(
10
name='html5lib-truncation',
11
- version='0.1.0.dev0',
+ version='0.1.0',
12
author='Jiangge Zhang',
13
author_email='tonyseek@gmail.com',
14
description='Truncating HTML with html5lib filter',
0 commit comments