We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356ca6a commit 9fb3340Copy full SHA for 9fb3340
justext/__init__.py
@@ -12,4 +12,4 @@
12
from .core import justext
13
14
15
-__version__ = "3.0.1"
+__version__ = "3.0.2"
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.0.1
+current_version = 3.0.2
3
commit = true
4
tag = false
5
setup.py
@@ -21,7 +21,7 @@
21
22
setup(
23
name="jusText",
24
- version="3.0.1",
+ version="3.0.2",
25
description="Heuristic based boilerplate removal tool",
26
long_description=long_description,
27
author="Jan Pomikálek",
0 commit comments